Html Css Color HEX #27DEDF Turquoise

📋 copy color: '#27DEDF'

red 39 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #27DEDF

Tints of Turquoise #27DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 8.06%
G = 45.87%
B = 46.07%

CMYK

 C value IS 0.83

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#27DEDF (or 0x27DEDF) is known color: Turquoise. HEX triplet: 27, DE and DF. RGB value is (39,222,223). Sum of RGB (Red+Green+Blue) = 39+222+223=484 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.06% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #27DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEDF is #D82120. Grayscale: #A7A7A7. Windows color (decimal): -14164257 or 14671399. OLE color: 14671399.

HSL color Cylindrical-coordinate representation of color #27DEDF: hue angle of 180.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DEDF is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 223 -
CMYK 0.83 0.00 0 0.13
HSL 180.33º 0.74% 0.51% -
HSV(B) 180.33º 0.83% 0.87% -
XYZ 40.28 58 78.88 -
YUV 167.4 159.37 36.42 -
System Red Green Blue C M Y K H S L
Decimal 39 222 223 0.83 0.00 0 0.13 180.33 0.74 0.51
Hex 27 DE DF 53 0 0 D B4 4A 33
Octal 47 336 337 123 0 0 15 264 112 63
Binary 100111 11011110 11011111 1010011 0 0 1101 10110100 1001010 110011

Color Harmonies of #27DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEDF

Black with #27DEDF

Text Example


Text Example

White with #27DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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