Html Css Color HEX #27C3CB Medium Turquoise

📋 copy color: '#27C3CB'

red 39 ◦ green 195 ◦ blue 203

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

Shades of Medium Turquoise #27C3CB

Tints of Medium Turquoise #27C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 8.92%
G = 44.62%
B = 46.45%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#27C3CB (or 0x27C3CB) is known color: Medium Turquoise. HEX triplet: 27, C3 and CB. RGB value is (39,195,203). Sum of RGB (Red+Green+Blue) = 39+195+203=437 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.92% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #27C3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C3CB is #D83C34. Grayscale: #959595. Windows color (decimal): -14171189 or 13353767. OLE color: 13353767.

HSL color Cylindrical-coordinate representation of color #27C3CB: hue angle of 182.93º 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 #27C3CB is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 195 203 -
CMYK 0.81 0.04 0 0.20
HSL 182.93º 0.68% 0.47% -
HSV(B) 182.93º 0.81% 0.8% -
XYZ 31.13 43.77 63.31 -
YUV 149.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 39 195 203 0.81 0.04 0 0.20 182.93 0.68 0.47
Hex 27 C3 CB 51 4 0 14 B7 44 2F
Octal 47 303 313 121 4 0 24 267 104 57
Binary 100111 11000011 11001011 1010001 100 0 10100 10110111 1000100 101111

Color Harmonies of #27C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C3CB

Black with #27C3CB

Text Example


Text Example

White with #27C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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