Html Css Color HEX #1ECFEB Bright Turquoise

📋 copy color: '#1ECFEB'

red 30 ◦ green 207 ◦ blue 235

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

Shades of Bright Turquoise #1ECFEB

Tints of Bright Turquoise #1ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 6.36%
G = 43.86%
B = 49.79%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ECFEB (or 0x1ECFEB) is known color: Bright Turquoise. HEX triplet: 1E, CF and EB. RGB value is (30,207,235). Sum of RGB (Red+Green+Blue) = 30+207+235=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ECFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECFEB is #E13014. Grayscale: #9C9C9C. Windows color (decimal): -14757909 or 15453982. OLE color: 15453982.

HSL color Cylindrical-coordinate representation of color #1ECFEB: hue angle of 188.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECFEB is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 207 235 -
CMYK 0.87 0.12 0 0.08
HSL 188.2º 0.84% 0.52% -
HSV(B) 188.2º 0.87% 0.92% -
XYZ 37.84 50.9 86.43 -
YUV 157.27 171.86 37.22 -
System Red Green Blue C M Y K H S L
Decimal 30 207 235 0.87 0.12 0 0.08 188.2 0.84 0.52
Hex 1E CF EB 57 C 0 8 BC 54 34
Octal 36 317 353 127 14 0 10 274 124 64
Binary 11110 11001111 11101011 1010111 1100 0 1000 10111100 1010100 110100

Color Harmonies of #1ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECFEB

Black with #1ECFEB

Text Example


Text Example

White with #1ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,207,235); }

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

background-color css

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

 a { background-color: rgb(30,207,235); }

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

border-color css

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

 span { border-color: rgb(30,207,235); }

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