Html Css Color HEX #27FDD4 Turquoise

📋 copy color: '#27FDD4'

red 39 ◦ green 253 ◦ blue 212

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

Shades of Turquoise #27FDD4

Tints of Turquoise #27FDD4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 212 (83.2% from 255) = 42.06%

R = 7.74%
G = 50.2%
B = 42.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#27FDD4 (or 0x27FDD4) is known color: Turquoise. HEX triplet: 27, FD and D4. RGB value is (39,253,212). Sum of RGB (Red+Green+Blue) = 39+253+212=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDD4 is #D8022B. Grayscale: #B8B8B8. Windows color (decimal): -14156332 or 13958439. OLE color: 13958439.

HSL color Cylindrical-coordinate representation of color #27FDD4: hue angle of 168.5º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FDD4 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 253 212 -
CMYK 0.85 0 0.16 0.01
HSL 168.5º 0.98% 0.57% -
HSV(B) 168.5º 0.85% 0.99% -
XYZ 47.85 75.44 74.33 -
YUV 184.34 143.6 24.33 -
System Red Green Blue C M Y K H S L
Decimal 39 253 212 0.85 0 0.16 0.01 168.5 0.98 0.57
Hex 27 FD D4 55 0 10 1 A9 62 39
Octal 47 375 324 125 0 20 1 251 142 71
Binary 100111 11111101 11010100 1010101 0 10000 1 10101001 1100010 111001

Color Harmonies of #27FDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FDD4

Black with #27FDD4

Text Example


Text Example

White with #27FDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,253,212); }

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

background-color css

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

 a { background-color: rgb(39,253,212); }

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

border-color css

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

 span { border-color: rgb(39,253,212); }

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