Html Css Color HEX #39F9DB Turquoise

📋 copy color: '#39F9DB'

red 57 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #39F9DB

Tints of Turquoise #39F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 10.86%
G = 47.43%
B = 41.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#39F9DB (or 0x39F9DB) is known color: Turquoise. HEX triplet: 39, F9 and DB. RGB value is (57,249,219). Sum of RGB (Red+Green+Blue) = 57+249+219=525 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.86% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9DB is #C60624. Grayscale: #BCBCBC. Windows color (decimal): -12977701 or 14416185. OLE color: 14416185.

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

Color convert

RGB 57 249 219 -
CMYK 0.77 0 0.12 0.02
HSL 170.63º 0.94% 0.6% -
HSV(B) 170.63º 0.77% 0.98% -
XYZ 48.35 73.74 78.7 -
YUV 188.17 145.39 34.44 -
System Red Green Blue C M Y K H S L
Decimal 57 249 219 0.77 0 0.12 0.02 170.63 0.94 0.6
Hex 39 F9 DB 4D 0 C 2 AB 5E 3C
Octal 71 371 333 115 0 14 2 253 136 74
Binary 111001 11111001 11011011 1001101 0 1100 10 10101011 1011110 111100

Color Harmonies of #39F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39F9DB

Black with #39F9DB

Text Example


Text Example

White with #39F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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