Html Css Color HEX #27D9EA Bright Turquoise

📋 copy color: '#27D9EA'

red 39 ◦ green 217 ◦ blue 234

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

Shades of Bright Turquoise #27D9EA

Tints of Bright Turquoise #27D9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 7.96%
G = 44.29%
B = 47.76%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#27D9EA (or 0x27D9EA) is known color: Bright Turquoise. HEX triplet: 27, D9 and EA. RGB value is (39,217,234). Sum of RGB (Red+Green+Blue) = 39+217+234=490 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.96% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #27D9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D9EA is #D82615. Grayscale: #A5A5A5. Windows color (decimal): -14165526 or 15391015. OLE color: 15391015.

HSL color Cylindrical-coordinate representation of color #27D9EA: hue angle of 185.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27D9EA is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 217 234 -
CMYK 0.83 0.07 0 0.08
HSL 185.23º 0.82% 0.54% -
HSV(B) 185.23º 0.83% 0.92% -
XYZ 40.5 56 86.52 -
YUV 165.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 39 217 234 0.83 0.07 0 0.08 185.23 0.82 0.54
Hex 27 D9 EA 53 7 0 8 B9 52 36
Octal 47 331 352 123 7 0 10 271 122 66
Binary 100111 11011001 11101010 1010011 111 0 1000 10111001 1010010 110110

Color Harmonies of #27D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9EA

Black with #27D9EA

Text Example


Text Example

White with #27D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,217,234); }

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

background-color css

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

 a { background-color: rgb(39,217,234); }

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

border-color css

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

 span { border-color: rgb(39,217,234); }

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