Html Css Color HEX #1EDFD3 Bright Turquoise

📋 copy color: '#1EDFD3'

red 30 ◦ green 223 ◦ blue 211

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

Shades of Bright Turquoise #1EDFD3

Tints of Bright Turquoise #1EDFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 6.47%
G = 48.06%
B = 45.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#1EDFD3 (or 0x1EDFD3) is known color: Bright Turquoise. HEX triplet: 1E, DF and D3. RGB value is (30,223,211). Sum of RGB (Red+Green+Blue) = 30+223+211=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFD3 is #E1202C. Grayscale: #A3A3A3. Windows color (decimal): -14753837 or 13885214. OLE color: 13885214.

HSL color Cylindrical-coordinate representation of color #1EDFD3: hue angle of 176.27º 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 #1EDFD3 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 223 211 -
CMYK 0.87 0 0.05 0.13
HSL 176.27º 0.76% 0.5% -
HSV(B) 176.27º 0.87% 0.87% -
XYZ 38.68 57.75 70.74 -
YUV 163.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 30 223 211 0.87 0 0.05 0.13 176.27 0.76 0.5
Hex 1E DF D3 57 0 5 D B0 4C 32
Octal 36 337 323 127 0 5 15 260 114 62
Binary 11110 11011111 11010011 1010111 0 101 1101 10110000 1001100 110010

Color Harmonies of #1EDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFD3

Black with #1EDFD3

Text Example


Text Example

White with #1EDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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