Html Css Color HEX #01DFF2 Bright Turquoise

📋 copy color: '#01DFF2'

red 1 ◦ green 223 ◦ blue 242

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

Shades of Bright Turquoise #01DFF2

Tints of Bright Turquoise #01DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 0.21%
G = 47.85%
B = 51.93%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01DFF2 (or 0x01DFF2) is known color: Bright Turquoise. HEX triplet: 01, DF and F2. RGB value is (1,223,242). Sum of RGB (Red+Green+Blue) = 1+223+242=466 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #01DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DFF2 is #FE200D. Grayscale: #9E9E9E. Windows color (decimal): -16654350 or 15916801. OLE color: 15916801.

HSL color Cylindrical-coordinate representation of color #01DFF2: hue angle of 184.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFF2 is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 223 242 -
CMYK 1.00 0.08 0 0.05
HSL 184.73º 0.99% 0.48% -
HSV(B) 184.73º 1% 0.95% -
XYZ 42.43 59.19 93.19 -
YUV 158.79 174.95 15.46 -
System Red Green Blue C M Y K H S L
Decimal 1 223 242 1.00 0.08 0 0.05 184.73 0.99 0.48
Hex 1 DF F2 64 8 0 5 B9 63 30
Octal 1 337 362 144 10 0 5 271 143 60
Binary 1 11011111 11110010 1100100 1000 0 101 10111001 1100011 110000

Color Harmonies of #01DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFF2

Black with #01DFF2

Text Example


Text Example

White with #01DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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