Html Css Color HEX #1EDEFB Bright Turquoise

📋 copy color: '#1EDEFB'

red 30 ◦ green 222 ◦ blue 251

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

Shades of Bright Turquoise #1EDEFB

Tints of Bright Turquoise #1EDEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 5.96%
G = 44.14%
B = 49.9%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EDEFB (or 0x1EDEFB) is known color: Bright Turquoise. HEX triplet: 1E, DE and FB. RGB value is (30,222,251). Sum of RGB (Red+Green+Blue) = 30+222+251=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EDEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFB is #E12104. Grayscale: #A7A7A7. Windows color (decimal): -14754053 or 16506398. OLE color: 16506398.

HSL color Cylindrical-coordinate representation of color #1EDEFB: hue angle of 187.87º degrees, saturation: 0.97, 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 #1EDEFB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 222 251 -
CMYK 0.88 0.12 0 0.02
HSL 187.87º 0.97% 0.55% -
HSV(B) 187.87º 0.88% 0.98% -
XYZ 44.07 59.48 100.43 -
YUV 167.9 174.89 29.64 -
System Red Green Blue C M Y K H S L
Decimal 30 222 251 0.88 0.12 0 0.02 187.87 0.97 0.55
Hex 1E DE FB 58 C 0 2 BC 61 37
Octal 36 336 373 130 14 0 2 274 141 67
Binary 11110 11011110 11111011 1011000 1100 0 10 10111100 1100001 110111

Color Harmonies of #1EDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEFB

Black with #1EDEFB

Text Example


Text Example

White with #1EDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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