Html Css Color HEX #1EDFCA Bright Turquoise

📋 copy color: '#1EDFCA'

red 30 ◦ green 223 ◦ blue 202

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

Shades of Bright Turquoise #1EDFCA

Tints of Bright Turquoise #1EDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 6.59%
G = 49.01%
B = 44.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#1EDFCA (or 0x1EDFCA) is known color: Bright Turquoise. HEX triplet: 1E, DF and CA. RGB value is (30,223,202). Sum of RGB (Red+Green+Blue) = 30+223+202=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFCA is #E12035. Grayscale: #A2A2A2. Windows color (decimal): -14753846 or 13295390. OLE color: 13295390.

HSL color Cylindrical-coordinate representation of color #1EDFCA: hue angle of 173.47º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFCA is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 223 202 -
CMYK 0.87 0 0.09 0.13
HSL 173.47º 0.76% 0.5% -
HSV(B) 173.47º 0.87% 0.87% -
XYZ 37.58 57.32 64.96 -
YUV 162.9 150.06 33.21 -
System Red Green Blue C M Y K H S L
Decimal 30 223 202 0.87 0 0.09 0.13 173.47 0.76 0.5
Hex 1E DF CA 57 0 9 D AD 4C 32
Octal 36 337 312 127 0 11 15 255 114 62
Binary 11110 11011111 11001010 1010111 0 1001 1101 10101101 1001100 110010

Color Harmonies of #1EDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFCA

Black with #1EDFCA

Text Example


Text Example

White with #1EDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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