Html Css Color HEX #39DBEE Turquoise

📋 copy color: '#39DBEE'

red 57 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #39DBEE

Tints of Turquoise #39DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 11.09%
G = 42.61%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#39DBEE (or 0x39DBEE) is known color: Turquoise. HEX triplet: 39, DB and EE. RGB value is (57,219,238). Sum of RGB (Red+Green+Blue) = 57+219+238=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #39DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DBEE is #C62411. Grayscale: #ACACAC. Windows color (decimal): -12985362 or 15653689. OLE color: 15653689.

HSL color Cylindrical-coordinate representation of color #39DBEE: hue angle of 186.3º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DBEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 219 238 -
CMYK 0.76 0.08 0 0.07
HSL 186.3º 0.84% 0.58% -
HSV(B) 186.3º 0.76% 0.93% -
XYZ 42.45 57.71 89.79 -
YUV 172.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 57 219 238 0.76 0.08 0 0.07 186.3 0.84 0.58
Hex 39 DB EE 4C 8 0 7 BA 54 3A
Octal 71 333 356 114 10 0 7 272 124 72
Binary 111001 11011011 11101110 1001100 1000 0 111 10111010 1010100 111010

Color Harmonies of #39DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DBEE

Black with #39DBEE

Text Example


Text Example

White with #39DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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