Html Css Color HEX #27DAE1 Turquoise

📋 copy color: '#27DAE1'

red 39 ◦ green 218 ◦ blue 225

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

Shades of Turquoise #27DAE1

Tints of Turquoise #27DAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 8.09%
G = 45.23%
B = 46.68%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#27DAE1 (or 0x27DAE1) is known color: Turquoise. HEX triplet: 27, DA and E1. RGB value is (39,218,225). Sum of RGB (Red+Green+Blue) = 39+218+225=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #27DAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DAE1 is #D8251E. Grayscale: #A5A5A5. Windows color (decimal): -14165279 or 14801447. OLE color: 14801447.

HSL color Cylindrical-coordinate representation of color #27DAE1: hue angle of 182.26º degrees, saturation: 0.76, 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 #27DAE1 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 218 225 -
CMYK 0.83 0.03 0 0.12
HSL 182.26º 0.76% 0.52% -
HSV(B) 182.26º 0.83% 0.88% -
XYZ 39.5 56.01 79.96 -
YUV 165.28 161.7 37.93 -
System Red Green Blue C M Y K H S L
Decimal 39 218 225 0.83 0.03 0 0.12 182.26 0.76 0.52
Hex 27 DA E1 53 3 0 C B6 4C 34
Octal 47 332 341 123 3 0 14 266 114 64
Binary 100111 11011010 11100001 1010011 11 0 1100 10110110 1001100 110100

Color Harmonies of #27DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DAE1

Black with #27DAE1

Text Example


Text Example

White with #27DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,218,225); }

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

background-color css

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

 a { background-color: rgb(39,218,225); }

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

border-color css

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

 span { border-color: rgb(39,218,225); }

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