Html Css Color HEX #27DCED Bright Turquoise

📋 copy color: '#27DCED'

red 39 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #27DCED

Tints of Bright Turquoise #27DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 7.86%
G = 44.35%
B = 47.78%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#27DCED (or 0x27DCED) is known color: Bright Turquoise. HEX triplet: 27, DC and ED. RGB value is (39,220,237). Sum of RGB (Red+Green+Blue) = 39+220+237=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #27DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCED is #D82312. Grayscale: #A7A7A7. Windows color (decimal): -14164755 or 15588391. OLE color: 15588391.

HSL color Cylindrical-coordinate representation of color #27DCED: hue angle of 185.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DCED is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 220 237 -
CMYK 0.84 0.07 0 0.07
HSL 185.15º 0.85% 0.54% -
HSV(B) 185.15º 0.84% 0.93% -
XYZ 41.72 57.73 89.07 -
YUV 167.82 167.03 36.12 -
System Red Green Blue C M Y K H S L
Decimal 39 220 237 0.84 0.07 0 0.07 185.15 0.85 0.54
Hex 27 DC ED 54 7 0 7 B9 55 36
Octal 47 334 355 124 7 0 7 271 125 66
Binary 100111 11011100 11101101 1010100 111 0 111 10111001 1010101 110110

Color Harmonies of #27DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCED

Black with #27DCED

Text Example


Text Example

White with #27DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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