Html Css Color HEX #27F2CC Turquoise

📋 copy color: '#27F2CC'

red 39 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #27F2CC

Tints of Turquoise #27F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.9%

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

R = 8.04%
G = 49.9%
B = 42.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#27F2CC (or 0x27F2CC) is known color: Turquoise. HEX triplet: 27, F2 and CC. RGB value is (39,242,204). Sum of RGB (Red+Green+Blue) = 39+242+204=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F2CC is #D80D33. Grayscale: #B0B0B0. Windows color (decimal): -14159156 or 13431335. OLE color: 13431335.

HSL color Cylindrical-coordinate representation of color #27F2CC: hue angle of 168.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F2CC is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 242 204 -
CMYK 0.84 0 0.16 0.05
HSL 168.77º 0.89% 0.55% -
HSV(B) 168.77º 0.84% 0.95% -
XYZ 43.49 68.3 68.02 -
YUV 176.97 143.25 29.59 -
System Red Green Blue C M Y K H S L
Decimal 39 242 204 0.84 0 0.16 0.05 168.77 0.89 0.55
Hex 27 F2 CC 54 0 10 5 A9 59 37
Octal 47 362 314 124 0 20 5 251 131 67
Binary 100111 11110010 11001100 1010100 0 10000 101 10101001 1011001 110111

Color Harmonies of #27F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F2CC

Black with #27F2CC

Text Example


Text Example

White with #27F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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