Html Css Color HEX #27DCE0 Turquoise

📋 copy color: '#27DCE0'

red 39 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #27DCE0

Tints of Turquoise #27DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 8.07%
G = 45.55%
B = 46.38%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#27DCE0 (or 0x27DCE0) is known color: Turquoise. HEX triplet: 27, DC and E0. RGB value is (39,220,224). Sum of RGB (Red+Green+Blue) = 39+220+224=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #27DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCE0 is #D8231F. Grayscale: #A6A6A6. Windows color (decimal): -14164768 or 14736423. OLE color: 14736423.

HSL color Cylindrical-coordinate representation of color #27DCE0: hue angle of 181.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DCE0 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 220 224 -
CMYK 0.83 0.02 0 0.12
HSL 181.3º 0.75% 0.52% -
HSV(B) 181.3º 0.83% 0.88% -
XYZ 39.88 57 79.42 -
YUV 166.34 160.53 37.17 -
System Red Green Blue C M Y K H S L
Decimal 39 220 224 0.83 0.02 0 0.12 181.3 0.75 0.52
Hex 27 DC E0 53 2 0 C B5 4B 34
Octal 47 334 340 123 2 0 14 265 113 64
Binary 100111 11011100 11100000 1010011 10 0 1100 10110101 1001011 110100

Color Harmonies of #27DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCE0

Black with #27DCE0

Text Example


Text Example

White with #27DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,220,224); }

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

background-color css

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

 a { background-color: rgb(39,220,224); }

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

border-color css

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

 span { border-color: rgb(39,220,224); }

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