Html Css Color HEX #01ECDF Bright Turquoise

📋 copy color: '#01ECDF'

red 1 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #01ECDF

Tints of Bright Turquoise #01ECDF

RGB

 RED value IS 1 (0.78% from 255) = 0.22%

 GREEN value IS 236 (92.58% from 255) = 51.3%

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

R = 0.22%
G = 51.3%
B = 48.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#01ECDF (or 0x01ECDF) is known color: Bright Turquoise. HEX triplet: 01, EC and DF. RGB value is (1,236,223). Sum of RGB (Red+Green+Blue) = 1+236+223=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECDF is #FE1320. Grayscale: #A4A4A4. Windows color (decimal): -16651041 or 14674945. OLE color: 14674945.

HSL color Cylindrical-coordinate representation of color #01ECDF: hue angle of 176.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECDF is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 236 223 -
CMYK 1.00 0 0.06 0.07
HSL 176.68º 0.99% 0.46% -
HSV(B) 176.68º 1% 0.93% -
XYZ 43.33 65.33 80.14 -
YUV 164.25 161.14 11.56 -
System Red Green Blue C M Y K H S L
Decimal 1 236 223 1.00 0 0.06 0.07 176.68 0.99 0.46
Hex 1 EC DF 64 0 6 7 B1 63 2E
Octal 1 354 337 144 0 6 7 261 143 56
Binary 1 11101100 11011111 1100100 0 110 111 10110001 1100011 101110

Color Harmonies of #01ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECDF

Black with #01ECDF

Text Example


Text Example

White with #01ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01ECDF; }

 p { color: rgb(1,236,223); }

 H1.HeaderClassName
 {
   color: #01ECDF;
 }
 .AnyTagClassName
 {
   color: #01ECDF;
 }
</style>

background-color css

<style>
 a { background-color: #01ECDF; }

 a { background-color: rgb(1,236,223); }

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

border-color css

<style>
 span { border-color: #01ECDF; }

 span { border-color: rgb(1,236,223); }

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