Html Css Color HEX #27D9CF Turquoise

📋 copy color: '#27D9CF'

red 39 ◦ green 217 ◦ blue 207

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

Shades of Turquoise #27D9CF

Tints of Turquoise #27D9CF

RGB

 RED value IS 39 (15.63% from 255) = 8.42%

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 8.42%
G = 46.87%
B = 44.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#27D9CF (or 0x27D9CF) is known color: Turquoise. HEX triplet: 27, D9 and CF. RGB value is (39,217,207). Sum of RGB (Red+Green+Blue) = 39+217+207=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9CF is #D82630. Grayscale: #A2A2A2. Windows color (decimal): -14165553 or 13621543. OLE color: 13621543.

HSL color Cylindrical-coordinate representation of color #27D9CF: hue angle of 176.63º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9CF is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 217 207 -
CMYK 0.82 0 0.05 0.15
HSL 176.63º 0.7% 0.5% -
HSV(B) 176.63º 0.82% 0.85% -
XYZ 36.91 54.56 67.62 -
YUV 162.64 153.03 39.81 -
System Red Green Blue C M Y K H S L
Decimal 39 217 207 0.82 0 0.05 0.15 176.63 0.7 0.5
Hex 27 D9 CF 52 0 5 F B1 46 32
Octal 47 331 317 122 0 5 17 261 106 62
Binary 100111 11011001 11001111 1010010 0 101 1111 10110001 1000110 110010

Color Harmonies of #27D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9CF

Black with #27D9CF

Text Example


Text Example

White with #27D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27D9CF; }

 p { color: rgb(39,217,207); }

 H1.HeaderClassName
 {
   color: #27D9CF;
 }
 .AnyTagClassName
 {
   color: #27D9CF;
 }
</style>

background-color css

<style>
 a { background-color: #27D9CF; }

 a { background-color: rgb(39,217,207); }

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

border-color css

<style>
 span { border-color: #27D9CF; }

 span { border-color: rgb(39,217,207); }

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