Html Css Color HEX #39FADD Turquoise

📋 copy color: '#39FADD'

red 57 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #39FADD

Tints of Turquoise #39FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 10.8%
G = 47.35%
B = 41.86%

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

#39FADD (or 0x39FADD) is known color: Turquoise. HEX triplet: 39, FA and DD. RGB value is (57,250,221). Sum of RGB (Red+Green+Blue) = 57+250+221=528 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.80% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #39FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FADD is #C60522. Grayscale: #BCBCBC. Windows color (decimal): -12977443 or 14547513. OLE color: 14547513.

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

Color convert

RGB 57 250 221 -
CMYK 0.77 0 0.12 0.02
HSL 170.98º 0.95% 0.6% -
HSV(B) 170.98º 0.77% 0.98% -
XYZ 48.92 74.46 80.2 -
YUV 188.99 146.06 33.86 -
System Red Green Blue C M Y K H S L
Decimal 57 250 221 0.77 0 0.12 0.02 170.98 0.95 0.6
Hex 39 FA DD 4D 0 C 2 AB 5F 3C
Octal 71 372 335 115 0 14 2 253 137 74
Binary 111001 11111010 11011101 1001101 0 1100 10 10101011 1011111 111100

Color Harmonies of #39FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39FADD

Black with #39FADD

Text Example


Text Example

White with #39FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,250,221); }

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

background-color css

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

 a { background-color: rgb(57,250,221); }

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

border-color css

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

 span { border-color: rgb(57,250,221); }

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