Html Css Color HEX #27CEC5 Turquoise

📋 copy color: '#27CEC5'

red 39 ◦ green 206 ◦ blue 197

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

Shades of Turquoise #27CEC5

Tints of Turquoise #27CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 8.82%
G = 46.61%
B = 44.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#27CEC5 (or 0x27CEC5) is known color: Turquoise. HEX triplet: 27, CE and C5. RGB value is (39,206,197). Sum of RGB (Red+Green+Blue) = 39+206+197=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC5 is #D8313A. Grayscale: #9A9A9A. Windows color (decimal): -14168379 or 12963367. OLE color: 12963367.

HSL color Cylindrical-coordinate representation of color #27CEC5: hue angle of 176.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CEC5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 206 197 -
CMYK 0.81 0 0.04 0.19
HSL 176.77º 0.68% 0.48% -
HSV(B) 176.77º 0.81% 0.81% -
XYZ 32.99 48.61 60.47 -
YUV 155.04 151.67 45.23 -
System Red Green Blue C M Y K H S L
Decimal 39 206 197 0.81 0 0.04 0.19 176.77 0.68 0.48
Hex 27 CE C5 51 0 4 13 B1 44 30
Octal 47 316 305 121 0 4 23 261 104 60
Binary 100111 11001110 11000101 1010001 0 100 10011 10110001 1000100 110000

Color Harmonies of #27CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEC5

Black with #27CEC5

Text Example


Text Example

White with #27CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,206,197); }

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

background-color css

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

 a { background-color: rgb(39,206,197); }

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

border-color css

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

 span { border-color: rgb(39,206,197); }

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