Html Css Color HEX #27CBCC Medium Turquoise

📋 copy color: '#27CBCC'

red 39 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #27CBCC

Tints of Medium Turquoise #27CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

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

R = 8.74%
G = 45.52%
B = 45.74%

CMYK

 C value IS 0.81

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#27CBCC (or 0x27CBCC) is known color: Medium Turquoise. HEX triplet: 27, CB and CC. RGB value is (39,203,204). Sum of RGB (Red+Green+Blue) = 39+203+204=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #27CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CBCC is #D83433. Grayscale: #999999. Windows color (decimal): -14169140 or 13421351. OLE color: 13421351.

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

Color convert

RGB 39 203 204 -
CMYK 0.81 0.00 0 0.2
HSL 180.36º 0.68% 0.48% -
HSV(B) 180.36º 0.81% 0.8% -
XYZ 33.09 47.5 64.55 -
YUV 154.08 156.17 45.92 -
System Red Green Blue C M Y K H S L
Decimal 39 203 204 0.81 0.00 0 0.2 180.36 0.68 0.48
Hex 27 CB CC 51 0 0 14 B4 44 30
Octal 47 313 314 121 0 0 24 264 104 60
Binary 100111 11001011 11001100 1010001 0 0 10100 10110100 1000100 110000

Color Harmonies of #27CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CBCC

Black with #27CBCC

Text Example


Text Example

White with #27CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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