Html Css Color HEX #3FDBFB Turquoise

📋 copy color: '#3FDBFB'

red 63 ◦ green 219 ◦ blue 251

#3FDBFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3FDBFB

Tints of Turquoise #3FDBFB

RGB

 RED value IS 63 (25% from 255) = 11.82%

 GREEN value IS 219 (85.94% from 255) = 41.09%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 11.82%
G = 41.09%
B = 47.09%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3FDBFB (or 0x3FDBFB) is known color: Turquoise. HEX triplet: 3F, DB and FB. RGB value is (63,219,251). Sum of RGB (Red+Green+Blue) = 63+219+251=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FDBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBFB is #C02404. Grayscale: #AFAFAF. Windows color (decimal): -12592133 or 16505663. OLE color: 16505663.

HSL color Cylindrical-coordinate representation of color #3FDBFB: hue angle of 190.21º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDBFB is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 219 251 -
CMYK 0.75 0.13 0 0.02
HSL 190.21º 0.96% 0.62% -
HSV(B) 190.21º 0.75% 0.98% -
XYZ 44.79 58.68 100.23 -
YUV 176 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 63 219 251 0.75 0.13 0 0.02 190.21 0.96 0.62
Hex 3F DB FB 4B D 0 2 BE 60 3E
Octal 77 333 373 113 15 0 2 276 140 76
Binary 111111 11011011 11111011 1001011 1101 0 10 10111110 1100000 111110

Color Harmonies of #3FDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBFB

Black with #3FDBFB

Text Example


Text Example

White with #3FDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDBFB; }

 p { color: rgb(63,219,251); }

 H1.HeaderClassName
 {
   color: #3FDBFB;
 }
 .AnyTagClassName
 {
   color: #3FDBFB;
 }
</style>

background-color css

<style>
 a { background-color: #3FDBFB; }

 a { background-color: rgb(63,219,251); }

 div.DivClassName
 {
   background-color: #3FDBFB;
 }
 .BgClassName
 {
   background-color: #3FDBFB;
 }
</style>

border-color css

<style>
 span { border-color: #3FDBFB; }

 span { border-color: rgb(63,219,251); }

 td.TdClassName
 {
   border-color: #3FDBFB;
 }
 .TagClassName
 {
   border-color: #3FDBFB;
 }
</style>