Html Css Color HEX #27CDCC Turquoise

📋 copy color: '#27CDCC'

red 39 ◦ green 205 ◦ blue 204

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

Shades of Turquoise #27CDCC

Tints of Turquoise #27CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

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

R = 8.71%
G = 45.76%
B = 45.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#27CDCC (or 0x27CDCC) is known color: Turquoise. HEX triplet: 27, CD and CC. RGB value is (39,205,204). Sum of RGB (Red+Green+Blue) = 39+205+204=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDCC is #D83233. Grayscale: #9B9B9B. Windows color (decimal): -14168628 or 13421863. OLE color: 13421863.

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

Color convert

RGB 39 205 204 -
CMYK 0.81 0 0.00 0.20
HSL 179.64º 0.68% 0.48% -
HSV(B) 179.64º 0.81% 0.8% -
XYZ 33.57 48.45 64.71 -
YUV 155.25 155.5 45.08 -
System Red Green Blue C M Y K H S L
Decimal 39 205 204 0.81 0 0.00 0.20 179.64 0.68 0.48
Hex 27 CD CC 51 0 0 14 B4 44 30
Octal 47 315 314 121 0 0 24 264 104 60
Binary 100111 11001101 11001100 1010001 0 0 10100 10110100 1000100 110000

Color Harmonies of #27CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CDCC

Black with #27CDCC

Text Example


Text Example

White with #27CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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