Html Css Color HEX #1EDBDF Bright Turquoise

📋 copy color: '#1EDBDF'

red 30 ◦ green 219 ◦ blue 223

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

Shades of Bright Turquoise #1EDBDF

Tints of Bright Turquoise #1EDBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 6.36%
G = 46.4%
B = 47.25%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EDBDF (or 0x1EDBDF) is known color: Bright Turquoise. HEX triplet: 1E, DB and DF. RGB value is (30,219,223). Sum of RGB (Red+Green+Blue) = 30+219+223=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBDF is #E12420. Grayscale: #A2A2A2. Windows color (decimal): -14754849 or 14670622. OLE color: 14670622.

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

Color convert

RGB 30 219 223 -
CMYK 0.87 0.02 0 0.13
HSL 181.24º 0.76% 0.5% -
HSV(B) 181.24º 0.87% 0.87% -
XYZ 39.19 56.27 78.61 -
YUV 162.95 161.88 33.17 -
System Red Green Blue C M Y K H S L
Decimal 30 219 223 0.87 0.02 0 0.13 181.24 0.76 0.5
Hex 1E DB DF 57 2 0 D B5 4C 32
Octal 36 333 337 127 2 0 15 265 114 62
Binary 11110 11011011 11011111 1010111 10 0 1101 10110101 1001100 110010

Color Harmonies of #1EDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBDF

Black with #1EDBDF

Text Example


Text Example

White with #1EDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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