Html Css Color HEX #27CEDB Turquoise

📋 copy color: '#27CEDB'

red 39 ◦ green 206 ◦ blue 219

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

Shades of Turquoise #27CEDB

Tints of Turquoise #27CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 8.41%
G = 44.4%
B = 47.2%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#27CEDB (or 0x27CEDB) is known color: Turquoise. HEX triplet: 27, CE and DB. RGB value is (39,206,219). Sum of RGB (Red+Green+Blue) = 39+206+219=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #27CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEDB is #D83124. Grayscale: #9D9D9D. Windows color (decimal): -14168357 or 14405159. OLE color: 14405159.

HSL color Cylindrical-coordinate representation of color #27CEDB: hue angle of 184.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CEDB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 206 219 -
CMYK 0.82 0.06 0 0.14
HSL 184.33º 0.71% 0.51% -
HSV(B) 184.33º 0.82% 0.86% -
XYZ 35.69 49.69 74.73 -
YUV 157.55 162.67 43.44 -
System Red Green Blue C M Y K H S L
Decimal 39 206 219 0.82 0.06 0 0.14 184.33 0.71 0.51
Hex 27 CE DB 52 6 0 E B8 47 33
Octal 47 316 333 122 6 0 16 270 107 63
Binary 100111 11001110 11011011 1010010 110 0 1110 10111000 1000111 110011

Color Harmonies of #27CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEDB

Black with #27CEDB

Text Example


Text Example

White with #27CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,206,219); }

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

background-color css

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

 a { background-color: rgb(39,206,219); }

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

border-color css

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

 span { border-color: rgb(39,206,219); }

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