Html Css Color HEX #1EDEFA Bright Turquoise

📋 copy color: '#1EDEFA'

red 30 ◦ green 222 ◦ blue 250

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

Shades of Bright Turquoise #1EDEFA

Tints of Bright Turquoise #1EDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 5.98%
G = 44.22%
B = 49.8%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EDEFA (or 0x1EDEFA) is known color: Bright Turquoise. HEX triplet: 1E, DE and FA. RGB value is (30,222,250). Sum of RGB (Red+Green+Blue) = 30+222+250=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EDEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFA is #E12105. Grayscale: #A7A7A7. Windows color (decimal): -14754054 or 16440862. OLE color: 16440862.

HSL color Cylindrical-coordinate representation of color #1EDEFA: hue angle of 187.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEFA is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 222 250 -
CMYK 0.88 0.11 0 0.02
HSL 187.64º 0.96% 0.55% -
HSV(B) 187.64º 0.88% 0.98% -
XYZ 43.91 59.42 99.6 -
YUV 167.78 174.39 29.72 -
System Red Green Blue C M Y K H S L
Decimal 30 222 250 0.88 0.11 0 0.02 187.64 0.96 0.55
Hex 1E DE FA 58 B 0 2 BC 60 37
Octal 36 336 372 130 13 0 2 274 140 67
Binary 11110 11011110 11111010 1011000 1011 0 10 10111100 1100000 110111

Color Harmonies of #1EDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEFA

Black with #1EDEFA

Text Example


Text Example

White with #1EDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,250); }

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

background-color css

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

 a { background-color: rgb(30,222,250); }

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

border-color css

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

 span { border-color: rgb(30,222,250); }

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