Html Css Color HEX #27D6DF Turquoise

📋 copy color: '#27D6DF'

red 39 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #27D6DF

Tints of Turquoise #27D6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 8.19%
G = 44.96%
B = 46.85%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#27D6DF (or 0x27D6DF) is known color: Turquoise. HEX triplet: 27, D6 and DF. RGB value is (39,214,223). Sum of RGB (Red+Green+Blue) = 39+214+223=476 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.19% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #27D6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D6DF is #D82920. Grayscale: #A2A2A2. Windows color (decimal): -14166305 or 14669351. OLE color: 14669351.

HSL color Cylindrical-coordinate representation of color #27D6DF: hue angle of 182.93º 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 #27D6DF is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 214 223 -
CMYK 0.83 0.04 0 0.13
HSL 182.93º 0.74% 0.51% -
HSV(B) 182.93º 0.83% 0.87% -
XYZ 38.2 53.85 78.19 -
YUV 162.7 162.02 39.77 -
System Red Green Blue C M Y K H S L
Decimal 39 214 223 0.83 0.04 0 0.13 182.93 0.74 0.51
Hex 27 D6 DF 53 4 0 D B7 4A 33
Octal 47 326 337 123 4 0 15 267 112 63
Binary 100111 11010110 11011111 1010011 100 0 1101 10110111 1001010 110011

Color Harmonies of #27D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D6DF

Black with #27D6DF

Text Example


Text Example

White with #27D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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