Html Css Color HEX #27DCE5 Bright Turquoise

📋 copy color: '#27DCE5'

red 39 ◦ green 220 ◦ blue 229

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

Shades of Bright Turquoise #27DCE5

Tints of Bright Turquoise #27DCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 7.99%
G = 45.08%
B = 46.93%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#27DCE5 (or 0x27DCE5) is known color: Bright Turquoise. HEX triplet: 27, DC and E5. RGB value is (39,220,229). Sum of RGB (Red+Green+Blue) = 39+220+229=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #27DCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCE5 is #D8231A. Grayscale: #A6A6A6. Windows color (decimal): -14164763 or 15064103. OLE color: 15064103.

HSL color Cylindrical-coordinate representation of color #27DCE5: hue angle of 182.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DCE5 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 39 220 229 -
CMYK 0.83 0.04 0 0.10
HSL 182.84º 0.79% 0.53% -
HSV(B) 182.84º 0.83% 0.9% -
XYZ 40.57 57.27 83.05 -
YUV 166.91 163.03 36.77 -
System Red Green Blue C M Y K H S L
Decimal 39 220 229 0.83 0.04 0 0.10 182.84 0.79 0.53
Hex 27 DC E5 53 4 0 A B7 4F 35
Octal 47 334 345 123 4 0 12 267 117 65
Binary 100111 11011100 11100101 1010011 100 0 1010 10110111 1001111 110101

Color Harmonies of #27DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCE5

Black with #27DCE5

Text Example


Text Example

White with #27DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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