Html Css Color HEX #01D5EA Bright Turquoise

📋 copy color: '#01D5EA'

red 1 ◦ green 213 ◦ blue 234

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

Shades of Bright Turquoise #01D5EA

Tints of Bright Turquoise #01D5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 0.22%
G = 47.54%
B = 52.23%

CMYK

 C value IS 1.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01D5EA (or 0x01D5EA) is known color: Bright Turquoise. HEX triplet: 01, D5 and EA. RGB value is (1,213,234). Sum of RGB (Red+Green+Blue) = 1+213+234=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #01D5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D5EA is #FE2A15. Grayscale: #979797. Windows color (decimal): -16656918 or 15389953. OLE color: 15389953.

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

Color convert

RGB 1 213 234 -
CMYK 1.00 0.09 0 0.08
HSL 185.41º 0.99% 0.46% -
HSV(B) 185.41º 1% 0.92% -
XYZ 38.66 53.54 86.14 -
YUV 152.01 174.26 20.29 -
System Red Green Blue C M Y K H S L
Decimal 1 213 234 1.00 0.09 0 0.08 185.41 0.99 0.46
Hex 1 D5 EA 64 9 0 8 B9 63 2E
Octal 1 325 352 144 11 0 10 271 143 56
Binary 1 11010101 11101010 1100100 1001 0 1000 10111001 1100011 101110

Color Harmonies of #01D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D5EA

Black with #01D5EA

Text Example


Text Example

White with #01D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,234); }

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

background-color css

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

 a { background-color: rgb(1,213,234); }

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

border-color css

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

 span { border-color: rgb(1,213,234); }

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