Html Css Color HEX #27EECF Turquoise

📋 copy color: '#27EECF'

red 39 ◦ green 238 ◦ blue 207

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

Shades of Turquoise #27EECF

Tints of Turquoise #27EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

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

R = 8.06%
G = 49.17%
B = 42.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#27EECF (or 0x27EECF) is known color: Turquoise. HEX triplet: 27, EE and CF. RGB value is (39,238,207). Sum of RGB (Red+Green+Blue) = 39+238+207=484 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.06% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #27EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EECF is #D81130. Grayscale: #AEAEAE. Windows color (decimal): -14160177 or 13626919. OLE color: 13626919.

HSL color Cylindrical-coordinate representation of color #27EECF: hue angle of 170.65º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EECF is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 238 207 -
CMYK 0.84 0 0.13 0.07
HSL 170.65º 0.85% 0.54% -
HSV(B) 170.65º 0.84% 0.93% -
XYZ 42.67 66.09 69.54 -
YUV 174.97 146.07 31.02 -
System Red Green Blue C M Y K H S L
Decimal 39 238 207 0.84 0 0.13 0.07 170.65 0.85 0.54
Hex 27 EE CF 54 0 D 7 AB 55 36
Octal 47 356 317 124 0 15 7 253 125 66
Binary 100111 11101110 11001111 1010100 0 1101 111 10101011 1010101 110110

Color Harmonies of #27EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EECF

Black with #27EECF

Text Example


Text Example

White with #27EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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