Html Css Color HEX #39DCFB Turquoise

📋 copy color: '#39DCFB'

red 57 ◦ green 220 ◦ blue 251

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

Shades of Turquoise #39DCFB

Tints of Turquoise #39DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

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

R = 10.8%
G = 41.67%
B = 47.54%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#39DCFB (or 0x39DCFB) is known color: Turquoise. HEX triplet: 39, DC and FB. RGB value is (57,220,251). Sum of RGB (Red+Green+Blue) = 57+220+251=528 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.80% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #39DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DCFB is #C62304. Grayscale: #AEAEAE. Windows color (decimal): -12985093 or 16505913. OLE color: 16505913.

HSL color Cylindrical-coordinate representation of color #39DCFB: hue angle of 189.59º 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 #39DCFB is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 220 251 -
CMYK 0.77 0.12 0 0.02
HSL 189.59º 0.96% 0.6% -
HSV(B) 189.59º 0.77% 0.98% -
XYZ 44.69 59.02 100.3 -
YUV 174.8 171 43.98 -
System Red Green Blue C M Y K H S L
Decimal 57 220 251 0.77 0.12 0 0.02 189.59 0.96 0.6
Hex 39 DC FB 4D C 0 2 BE 60 3C
Octal 71 334 373 115 14 0 2 276 140 74
Binary 111001 11011100 11111011 1001101 1100 0 10 10111110 1100000 111100

Color Harmonies of #39DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCFB

Black with #39DCFB

Text Example


Text Example

White with #39DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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