Html Css Color HEX #27DEE3 Turquoise

📋 copy color: '#27DEE3'

red 39 ◦ green 222 ◦ blue 227

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

Shades of Turquoise #27DEE3

Tints of Turquoise #27DEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 227 (89.06% from 255) = 46.52%

R = 7.99%
G = 45.49%
B = 46.52%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#27DEE3 (or 0x27DEE3) is known color: Turquoise. HEX triplet: 27, DE and E3. RGB value is (39,222,227). Sum of RGB (Red+Green+Blue) = 39+222+227=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #27DEE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEE3 is #D8211C. Grayscale: #A7A7A7. Windows color (decimal): -14164253 or 14933543. OLE color: 14933543.

HSL color Cylindrical-coordinate representation of color #27DEE3: hue angle of 181.6º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DEE3 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 222 227 -
CMYK 0.83 0.02 0 0.11
HSL 181.6º 0.77% 0.52% -
HSV(B) 181.6º 0.83% 0.89% -
XYZ 40.82 58.22 81.76 -
YUV 167.85 161.37 36.09 -
System Red Green Blue C M Y K H S L
Decimal 39 222 227 0.83 0.02 0 0.11 181.6 0.77 0.52
Hex 27 DE E3 53 2 0 B B6 4D 34
Octal 47 336 343 123 2 0 13 266 115 64
Binary 100111 11011110 11100011 1010011 10 0 1011 10110110 1001101 110100

Color Harmonies of #27DEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEE3

Black with #27DEE3

Text Example


Text Example

White with #27DEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,227); }

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

background-color css

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

 a { background-color: rgb(39,222,227); }

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

border-color css

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

 span { border-color: rgb(39,222,227); }

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