Html Css Color HEX #27C8CB Medium Turquoise

📋 copy color: '#27C8CB'

red 39 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #27C8CB

Tints of Medium Turquoise #27C8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 8.82%
G = 45.25%
B = 45.93%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#27C8CB (or 0x27C8CB) is known color: Medium Turquoise. HEX triplet: 27, C8 and CB. RGB value is (39,200,203). Sum of RGB (Red+Green+Blue) = 39+200+203=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #27C8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C8CB is #D83734. Grayscale: #989898. Windows color (decimal): -14169909 or 13355047. OLE color: 13355047.

HSL color Cylindrical-coordinate representation of color #27C8CB: hue angle of 181.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C8CB is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 200 203 -
CMYK 0.81 0.01 0 0.20
HSL 181.1º 0.68% 0.47% -
HSV(B) 181.1º 0.81% 0.8% -
XYZ 32.27 46.05 63.69 -
YUV 152.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 39 200 203 0.81 0.01 0 0.20 181.1 0.68 0.47
Hex 27 C8 CB 51 1 0 14 B5 44 2F
Octal 47 310 313 121 1 0 24 265 104 57
Binary 100111 11001000 11001011 1010001 1 0 10100 10110101 1000100 101111

Color Harmonies of #27C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C8CB

Black with #27C8CB

Text Example


Text Example

White with #27C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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