Html Css Color HEX #27FFCC Turquoise

📋 copy color: '#27FFCC'

red 39 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #27FFCC

Tints of Turquoise #27FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 7.83%
G = 51.2%
B = 40.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#27FFCC (or 0x27FFCC) is known color: Turquoise. HEX triplet: 27, FF and CC. RGB value is (39,255,204). Sum of RGB (Red+Green+Blue) = 39+255+204=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFCC is #D80033. Grayscale: #B8B8B8. Windows color (decimal): -14155828 or 13434663. OLE color: 13434663.

HSL color Cylindrical-coordinate representation of color #27FFCC: hue angle of 165.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFCC is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 39 255 204 -
CMYK 0.85 0 0.2 0
HSL 165.83º 1% 0.58% -
HSV(B) 165.83º 0.85% 1% -
XYZ 47.5 76.31 69.35 -
YUV 184.6 138.94 24.15 -
System Red Green Blue C M Y K H S L
Decimal 39 255 204 0.85 0 0.2 0 165.83 1 0.58
Hex 27 FF CC 55 0 14 0 A6 64 3A
Octal 47 377 314 125 0 24 0 246 144 72
Binary 100111 11111111 11001100 1010101 0 10100 0 10100110 1100100 111010

Color Harmonies of #27FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FFCC

Black with #27FFCC

Text Example


Text Example

White with #27FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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