Html Css Color HEX #1EDFED Bright Turquoise

📋 copy color: '#1EDFED'

red 30 ◦ green 223 ◦ blue 237

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

Shades of Bright Turquoise #1EDFED

Tints of Bright Turquoise #1EDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 6.12%
G = 45.51%
B = 48.37%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EDFED (or 0x1EDFED) is known color: Bright Turquoise. HEX triplet: 1E, DF and ED. RGB value is (30,223,237). Sum of RGB (Red+Green+Blue) = 30+223+237=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #1EDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDFED is #E12012. Grayscale: #A6A6A6. Windows color (decimal): -14753811 or 15589150. OLE color: 15589150.

HSL color Cylindrical-coordinate representation of color #1EDFED: hue angle of 184.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFED is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 223 237 -
CMYK 0.87 0.06 0 0.07
HSL 184.06º 0.85% 0.52% -
HSV(B) 184.06º 0.87% 0.93% -
XYZ 42.21 59.17 89.32 -
YUV 166.89 167.56 30.36 -
System Red Green Blue C M Y K H S L
Decimal 30 223 237 0.87 0.06 0 0.07 184.06 0.85 0.52
Hex 1E DF ED 57 6 0 7 B8 55 34
Octal 36 337 355 127 6 0 7 270 125 64
Binary 11110 11011111 11101101 1010111 110 0 111 10111000 1010101 110100

Color Harmonies of #1EDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFED

Black with #1EDFED

Text Example


Text Example

White with #1EDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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