Html Css Color HEX #27D7CC Turquoise

📋 copy color: '#27D7CC'

red 39 ◦ green 215 ◦ blue 204

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

Shades of Turquoise #27D7CC

Tints of Turquoise #27D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

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

R = 8.52%
G = 46.94%
B = 44.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#27D7CC (or 0x27D7CC) is known color: Turquoise. HEX triplet: 27, D7 and CC. RGB value is (39,215,204). Sum of RGB (Red+Green+Blue) = 39+215+204=458 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.52% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #27D7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D7CC is #D82833. Grayscale: #A0A0A0. Windows color (decimal): -14166068 or 13424423. OLE color: 13424423.

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

Color convert

RGB 39 215 204 -
CMYK 0.82 0 0.05 0.16
HSL 176.25º 0.69% 0.5% -
HSV(B) 176.25º 0.82% 0.84% -
XYZ 36.04 53.39 65.53 -
YUV 161.12 152.19 40.89 -
System Red Green Blue C M Y K H S L
Decimal 39 215 204 0.82 0 0.05 0.16 176.25 0.69 0.5
Hex 27 D7 CC 52 0 5 10 B0 45 32
Octal 47 327 314 122 0 5 20 260 105 62
Binary 100111 11010111 11001100 1010010 0 101 10000 10110000 1000101 110010

Color Harmonies of #27D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D7CC

Black with #27D7CC

Text Example


Text Example

White with #27D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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