Html Css Color HEX #27EBCC Turquoise

📋 copy color: '#27EBCC'

red 39 ◦ green 235 ◦ blue 204

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

Shades of Turquoise #27EBCC

Tints of Turquoise #27EBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.16%

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

R = 8.16%
G = 49.16%
B = 42.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#27EBCC (or 0x27EBCC) is known color: Turquoise. HEX triplet: 27, EB and CC. RGB value is (39,235,204). Sum of RGB (Red+Green+Blue) = 39+235+204=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBCC is #D81433. Grayscale: #ACACAC. Windows color (decimal): -14160948 or 13429543. OLE color: 13429543.

HSL color Cylindrical-coordinate representation of color #27EBCC: hue angle of 170.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EBCC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 235 204 -
CMYK 0.83 0 0.13 0.08
HSL 170.51º 0.83% 0.54% -
HSV(B) 170.51º 0.83% 0.92% -
XYZ 41.44 64.21 67.34 -
YUV 172.86 145.57 32.52 -
System Red Green Blue C M Y K H S L
Decimal 39 235 204 0.83 0 0.13 0.08 170.51 0.83 0.54
Hex 27 EB CC 53 0 D 8 AB 53 36
Octal 47 353 314 123 0 15 10 253 123 66
Binary 100111 11101011 11001100 1010011 0 1101 1000 10101011 1010011 110110

Color Harmonies of #27EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EBCC

Black with #27EBCC

Text Example


Text Example

White with #27EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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