Html Css Color HEX #27D0CF Turquoise

📋 copy color: '#27D0CF'

red 39 ◦ green 208 ◦ blue 207

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

Shades of Turquoise #27D0CF

Tints of Turquoise #27D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 8.59%
G = 45.81%
B = 45.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#27D0CF (or 0x27D0CF) is known color: Turquoise. HEX triplet: 27, D0 and CF. RGB value is (39,208,207). Sum of RGB (Red+Green+Blue) = 39+208+207=454 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.59% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #27D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D0CF is #D82F30. Grayscale: #9D9D9D. Windows color (decimal): -14167857 or 13619239. OLE color: 13619239.

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

Color convert

RGB 39 208 207 -
CMYK 0.81 0 0.00 0.18
HSL 179.65º 0.68% 0.48% -
HSV(B) 179.65º 0.81% 0.82% -
XYZ 34.66 50.05 66.87 -
YUV 157.36 156.01 43.58 -
System Red Green Blue C M Y K H S L
Decimal 39 208 207 0.81 0 0.00 0.18 179.65 0.68 0.48
Hex 27 D0 CF 51 0 0 12 B4 44 30
Octal 47 320 317 121 0 0 22 264 104 60
Binary 100111 11010000 11001111 1010001 0 0 10010 10110100 1000100 110000

Color Harmonies of #27D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D0CF

Black with #27D0CF

Text Example


Text Example

White with #27D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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