Html Css Color HEX #27DAE7 Bright Turquoise

📋 copy color: '#27DAE7'

red 39 ◦ green 218 ◦ blue 231

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

Shades of Bright Turquoise #27DAE7

Tints of Bright Turquoise #27DAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 7.99%
G = 44.67%
B = 47.34%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#27DAE7 (or 0x27DAE7) is known color: Bright Turquoise. HEX triplet: 27, DA and E7. RGB value is (39,218,231). Sum of RGB (Red+Green+Blue) = 39+218+231=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #27DAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DAE7 is #D82518. Grayscale: #A5A5A5. Windows color (decimal): -14165273 or 15194663. OLE color: 15194663.

HSL color Cylindrical-coordinate representation of color #27DAE7: hue angle of 184.06º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DAE7 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 218 231 -
CMYK 0.83 0.06 0 0.09
HSL 184.06º 0.8% 0.53% -
HSV(B) 184.06º 0.83% 0.91% -
XYZ 40.33 56.34 84.35 -
YUV 165.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 39 218 231 0.83 0.06 0 0.09 184.06 0.8 0.53
Hex 27 DA E7 53 6 0 9 B8 50 35
Octal 47 332 347 123 6 0 11 270 120 65
Binary 100111 11011010 11100111 1010011 110 0 1001 10111000 1010000 110101

Color Harmonies of #27DAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DAE7

Black with #27DAE7

Text Example


Text Example

White with #27DAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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