Html Css Color HEX #01DDF5 Bright Turquoise

📋 copy color: '#01DDF5'

red 1 ◦ green 221 ◦ blue 245

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

Shades of Bright Turquoise #01DDF5

Tints of Bright Turquoise #01DDF5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 245 (96.09% from 255) = 52.46%

R = 0.21%
G = 47.32%
B = 52.46%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01DDF5 (or 0x01DDF5) is known color: Bright Turquoise. HEX triplet: 01, DD and F5. RGB value is (1,221,245). Sum of RGB (Red+Green+Blue) = 1+221+245=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #01DDF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DDF5 is #FE220A. Grayscale: #9D9D9D. Windows color (decimal): -16654859 or 16112897. OLE color: 16112897.

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

Color convert

RGB 1 221 245 -
CMYK 1.00 0.10 0 0.04
HSL 185.9º 0.99% 0.48% -
HSV(B) 185.9º 1% 0.96% -
XYZ 42.35 58.31 95.41 -
YUV 157.96 177.11 16.05 -
System Red Green Blue C M Y K H S L
Decimal 1 221 245 1.00 0.10 0 0.04 185.9 0.99 0.48
Hex 1 DD F5 64 A 0 4 BA 63 30
Octal 1 335 365 144 12 0 4 272 143 60
Binary 1 11011101 11110101 1100100 1010 0 100 10111010 1100011 110000

Color Harmonies of #01DDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDF5

Black with #01DDF5

Text Example


Text Example

White with #01DDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,245); }

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

background-color css

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

 a { background-color: rgb(1,221,245); }

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

border-color css

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

 span { border-color: rgb(1,221,245); }

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