Html Css Color HEX #1EDFFA Bright Turquoise

📋 copy color: '#1EDFFA'

red 30 ◦ green 223 ◦ blue 250

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

Shades of Bright Turquoise #1EDFFA

Tints of Bright Turquoise #1EDFFA

RGB

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

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

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

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

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

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

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

Color convert

RGB 30 223 250 -
CMYK 0.88 0.11 0 0.02
HSL 187.36º 0.96% 0.55% -
HSV(B) 187.36º 0.88% 0.98% -
XYZ 44.18 59.95 99.69 -
YUV 168.37 174.06 29.3 -
System Red Green Blue C M Y K H S L
Decimal 30 223 250 0.88 0.11 0 0.02 187.36 0.96 0.55
Hex 1E DF FA 58 B 0 2 BB 60 37
Octal 36 337 372 130 13 0 2 273 140 67
Binary 11110 11011111 11111010 1011000 1011 0 10 10111011 1100000 110111

Color Harmonies of #1EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFFA

Black with #1EDFFA

Text Example


Text Example

White with #1EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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