Html Css Color HEX #39DBFB Turquoise

📋 copy color: '#39DBFB'

red 57 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #39DBFB

Tints of Turquoise #39DBFB

RGB

 RED value IS 57 (22.66% from 255) = 10.82%

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

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

R = 10.82%
G = 41.56%
B = 47.63%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#39DBFB (or 0x39DBFB) is known color: Turquoise. HEX triplet: 39, DB and FB. RGB value is (57,219,251). Sum of RGB (Red+Green+Blue) = 57+219+251=527 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.82% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #39DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DBFB is #C62404. Grayscale: #ADADAD. Windows color (decimal): -12985349 or 16505657. OLE color: 16505657.

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

Color convert

RGB 57 219 251 -
CMYK 0.77 0.13 0 0.02
HSL 189.9º 0.96% 0.6% -
HSV(B) 189.9º 0.77% 0.98% -
XYZ 44.43 58.5 100.22 -
YUV 174.21 171.33 44.4 -
System Red Green Blue C M Y K H S L
Decimal 57 219 251 0.77 0.13 0 0.02 189.9 0.96 0.6
Hex 39 DB FB 4D D 0 2 BE 60 3C
Octal 71 333 373 115 15 0 2 276 140 74
Binary 111001 11011011 11111011 1001101 1101 0 10 10111110 1100000 111100

Color Harmonies of #39DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DBFB

Black with #39DBFB

Text Example


Text Example

White with #39DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39DBFB; }

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

 H1.HeaderClassName
 {
   color: #39DBFB;
 }
 .AnyTagClassName
 {
   color: #39DBFB;
 }
</style>

background-color css

<style>
 a { background-color: #39DBFB; }

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

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

border-color css

<style>
 span { border-color: #39DBFB; }

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

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