Html Css Color HEX #27E6CC Turquoise

📋 copy color: '#27E6CC'

red 39 ◦ green 230 ◦ blue 204

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

Shades of Turquoise #27E6CC

Tints of Turquoise #27E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 8.25%
G = 48.63%
B = 43.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#27E6CC (or 0x27E6CC) is known color: Turquoise. HEX triplet: 27, E6 and CC. RGB value is (39,230,204). Sum of RGB (Red+Green+Blue) = 39+230+204=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #27E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E6CC is #D81933. Grayscale: #A9A9A9. Windows color (decimal): -14162228 or 13428263. OLE color: 13428263.

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

Color convert

RGB 39 230 204 -
CMYK 0.83 0 0.11 0.10
HSL 171.83º 0.79% 0.53% -
HSV(B) 171.83º 0.83% 0.9% -
XYZ 40.03 61.38 66.87 -
YUV 169.93 147.22 34.61 -
System Red Green Blue C M Y K H S L
Decimal 39 230 204 0.83 0 0.11 0.10 171.83 0.79 0.53
Hex 27 E6 CC 53 0 B A AC 4F 35
Octal 47 346 314 123 0 13 12 254 117 65
Binary 100111 11100110 11001100 1010011 0 1011 1010 10101100 1001111 110101

Color Harmonies of #27E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E6CC

Black with #27E6CC

Text Example


Text Example

White with #27E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,230,204); }

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

background-color css

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

 a { background-color: rgb(39,230,204); }

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

border-color css

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

 span { border-color: rgb(39,230,204); }

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