Html Css Color HEX #1ED4DF Bright Turquoise

📋 copy color: '#1ED4DF'

red 30 ◦ green 212 ◦ blue 223

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

Shades of Bright Turquoise #1ED4DF

Tints of Bright Turquoise #1ED4DF

RGB

 RED value IS 30 (12.11% from 255) = 6.45%

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 6.45%
G = 45.59%
B = 47.96%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED4DF (or 0x1ED4DF) is known color: Bright Turquoise. HEX triplet: 1E, D4 and DF. RGB value is (30,212,223). Sum of RGB (Red+Green+Blue) = 30+212+223=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ED4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED4DF is #E12B20. Grayscale: #9E9E9E. Windows color (decimal): -14756641 or 14668830. OLE color: 14668830.

HSL color Cylindrical-coordinate representation of color #1ED4DF: hue angle of 183.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ED4DF is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 212 223 -
CMYK 0.87 0.05 0 0.13
HSL 183.42º 0.76% 0.5% -
HSV(B) 183.42º 0.87% 0.87% -
XYZ 37.4 52.69 78.01 -
YUV 158.84 164.2 36.11 -
System Red Green Blue C M Y K H S L
Decimal 30 212 223 0.87 0.05 0 0.13 183.42 0.76 0.5
Hex 1E D4 DF 57 5 0 D B7 4C 32
Octal 36 324 337 127 5 0 15 267 114 62
Binary 11110 11010100 11011111 1010111 101 0 1101 10110111 1001100 110010

Color Harmonies of #1ED4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4DF

Black with #1ED4DF

Text Example


Text Example

White with #1ED4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ED4DF; }

 p { color: rgb(30,212,223); }

 H1.HeaderClassName
 {
   color: #1ED4DF;
 }
 .AnyTagClassName
 {
   color: #1ED4DF;
 }
</style>

background-color css

<style>
 a { background-color: #1ED4DF; }

 a { background-color: rgb(30,212,223); }

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

border-color css

<style>
 span { border-color: #1ED4DF; }

 span { border-color: rgb(30,212,223); }

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