Html Css Color HEX #1EFADF Bright Turquoise

📋 copy color: '#1EFADF'

red 30 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #1EFADF

Tints of Bright Turquoise #1EFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

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

R = 5.96%
G = 49.7%
B = 44.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#1EFADF (or 0x1EFADF) is known color: Bright Turquoise. HEX triplet: 1E, FA and DF. RGB value is (30,250,223). Sum of RGB (Red+Green+Blue) = 30+250+223=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFADF is #E10520. Grayscale: #B5B5B5. Windows color (decimal): -14746913 or 14678558. OLE color: 14678558.

HSL color Cylindrical-coordinate representation of color #1EFADF: hue angle of 172.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 #1EFADF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 250 223 -
CMYK 0.88 0 0.11 0.02
HSL 172.64º 0.96% 0.55% -
HSV(B) 172.64º 0.88% 0.98% -
XYZ 48.04 73.97 81.56 -
YUV 181.14 151.61 20.2 -
System Red Green Blue C M Y K H S L
Decimal 30 250 223 0.88 0 0.11 0.02 172.64 0.96 0.55
Hex 1E FA DF 58 0 B 2 AD 60 37
Octal 36 372 337 130 0 13 2 255 140 67
Binary 11110 11111010 11011111 1011000 0 1011 10 10101101 1100000 110111

Color Harmonies of #1EFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFADF

Black with #1EFADF

Text Example


Text Example

White with #1EFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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