Html Css Color HEX #27E2CB Turquoise

📋 copy color: '#27E2CB'

red 39 ◦ green 226 ◦ blue 203

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

Shades of Turquoise #27E2CB

Tints of Turquoise #27E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.29%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 8.33%
G = 48.29%
B = 43.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#27E2CB (or 0x27E2CB) is known color: Turquoise. HEX triplet: 27, E2 and CB. RGB value is (39,226,203). Sum of RGB (Red+Green+Blue) = 39+226+203=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2CB is #D81D34. Grayscale: #A7A7A7. Windows color (decimal): -14163253 or 13361703. OLE color: 13361703.

HSL color Cylindrical-coordinate representation of color #27E2CB: hue angle of 172.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2CB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 226 203 -
CMYK 0.83 0 0.10 0.11
HSL 172.62º 0.76% 0.52% -
HSV(B) 172.62º 0.83% 0.89% -
XYZ 38.81 59.14 65.87 -
YUV 167.47 148.05 36.37 -
System Red Green Blue C M Y K H S L
Decimal 39 226 203 0.83 0 0.10 0.11 172.62 0.76 0.52
Hex 27 E2 CB 53 0 A B AD 4C 34
Octal 47 342 313 123 0 12 13 255 114 64
Binary 100111 11100010 11001011 1010011 0 1010 1011 10101101 1001100 110100

Color Harmonies of #27E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E2CB

Black with #27E2CB

Text Example


Text Example

White with #27E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,226,203); }

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

background-color css

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

 a { background-color: rgb(39,226,203); }

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

border-color css

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

 span { border-color: rgb(39,226,203); }

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