Html Css Color HEX #01DFDA Bright Turquoise

📋 copy color: '#01DFDA'

red 1 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #01DFDA

Tints of Bright Turquoise #01DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 0.23%
G = 50.45%
B = 49.32%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#01DFDA (or 0x01DFDA) is known color: Bright Turquoise. HEX triplet: 01, DF and DA. RGB value is (1,223,218). Sum of RGB (Red+Green+Blue) = 1+223+218=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFDA is #FE2025. Grayscale: #9B9B9B. Windows color (decimal): -16654374 or 14343937. OLE color: 14343937.

HSL color Cylindrical-coordinate representation of color #01DFDA: hue angle of 178.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFDA is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 218 -
CMYK 1.00 0 0.02 0.13
HSL 178.65º 0.99% 0.44% -
HSV(B) 178.65º 1% 0.87% -
XYZ 39.06 57.84 75.44 -
YUV 156.05 162.95 17.41 -
System Red Green Blue C M Y K H S L
Decimal 1 223 218 1.00 0 0.02 0.13 178.65 0.99 0.44
Hex 1 DF DA 64 0 2 D B3 63 2C
Octal 1 337 332 144 0 2 15 263 143 54
Binary 1 11011111 11011010 1100100 0 10 1101 10110011 1100011 101100

Color Harmonies of #01DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFDA

Black with #01DFDA

Text Example


Text Example

White with #01DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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