Html Css Color HEX #27CDC9 Turquoise

📋 copy color: '#27CDC9'

red 39 ◦ green 205 ◦ blue 201

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

Shades of Turquoise #27CDC9

Tints of Turquoise #27CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 8.76%
G = 46.07%
B = 45.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#27CDC9 (or 0x27CDC9) is known color: Turquoise. HEX triplet: 27, CD and C9. RGB value is (39,205,201). Sum of RGB (Red+Green+Blue) = 39+205+201=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDC9 is #D83236. Grayscale: #9A9A9A. Windows color (decimal): -14168631 or 13225255. OLE color: 13225255.

HSL color Cylindrical-coordinate representation of color #27CDC9: hue angle of 178.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CDC9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 205 201 -
CMYK 0.81 0 0.02 0.20
HSL 178.55º 0.68% 0.48% -
HSV(B) 178.55º 0.81% 0.8% -
XYZ 33.21 48.31 62.83 -
YUV 154.91 154 45.33 -
System Red Green Blue C M Y K H S L
Decimal 39 205 201 0.81 0 0.02 0.20 178.55 0.68 0.48
Hex 27 CD C9 51 0 2 14 B3 44 30
Octal 47 315 311 121 0 2 24 263 104 60
Binary 100111 11001101 11001001 1010001 0 10 10100 10110011 1000100 110000

Color Harmonies of #27CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CDC9

Black with #27CDC9

Text Example


Text Example

White with #27CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,205,201); }

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

background-color css

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

 a { background-color: rgb(39,205,201); }

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

border-color css

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

 span { border-color: rgb(39,205,201); }

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