Html Css Color HEX #27DECF Turquoise

📋 copy color: '#27DECF'

red 39 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #27DECF

Tints of Turquoise #27DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 8.33%
G = 47.44%
B = 44.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#27DECF (or 0x27DECF) is known color: Turquoise. HEX triplet: 27, DE and CF. RGB value is (39,222,207). Sum of RGB (Red+Green+Blue) = 39+222+207=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #27DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DECF is #D82130. Grayscale: #A5A5A5. Windows color (decimal): -14164273 or 13622823. OLE color: 13622823.

HSL color Cylindrical-coordinate representation of color #27DECF: hue angle of 175.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DECF is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 207 -
CMYK 0.82 0 0.07 0.13
HSL 175.08º 0.73% 0.51% -
HSV(B) 175.08º 0.82% 0.87% -
XYZ 38.22 57.18 68.05 -
YUV 165.57 151.37 37.72 -
System Red Green Blue C M Y K H S L
Decimal 39 222 207 0.82 0 0.07 0.13 175.08 0.73 0.51
Hex 27 DE CF 52 0 7 D AF 49 33
Octal 47 336 317 122 0 7 15 257 111 63
Binary 100111 11011110 11001111 1010010 0 111 1101 10101111 1001001 110011

Color Harmonies of #27DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DECF

Black with #27DECF

Text Example


Text Example

White with #27DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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