Html Css Color HEX #00DCEB Bright Turquoise

📋 copy color: '#00DCEB'

red 0 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #00DCEB

Tints of Bright Turquoise #00DCEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 220 (86.33% from 255) = 48.35%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 0%
G = 48.35%
B = 51.65%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00DCEB (or 0x00DCEB) is known color: Bright Turquoise. HEX triplet: 00, DC and EB. RGB value is (0,220,235). Sum of RGB (Red+Green+Blue) = 0+220+235=455 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #00DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCEB is #FF2314. Grayscale: #9B9B9B. Windows color (decimal): -16720661 or 15457280. OLE color: 15457280.

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

Color convert

RGB 0 220 235 -
CMYK 1 0.06 0 0.08
HSL 183.83º 1% 0.46% -
HSV(B) 183.83º 1% 0.92% -
XYZ 40.59 57.18 87.5 -
YUV 155.93 172.61 16.78 -
System Red Green Blue C M Y K H S L
Decimal 0 220 235 1 0.06 0 0.08 183.83 1 0.46
Hex 0 DC EB 64 6 0 8 B8 64 2E
Octal 0 334 353 144 6 0 10 270 144 56
Binary 0 11011100 11101011 1100100 110 0 1000 10111000 1100100 101110

Color Harmonies of #00DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCEB

Black with #00DCEB

Text Example


Text Example

White with #00DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DCEB; }

 p { color: rgb(0,220,235); }

 H1.HeaderClassName
 {
   color: #00DCEB;
 }
 .AnyTagClassName
 {
   color: #00DCEB;
 }
</style>

background-color css

<style>
 a { background-color: #00DCEB; }

 a { background-color: rgb(0,220,235); }

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

border-color css

<style>
 span { border-color: #00DCEB; }

 span { border-color: rgb(0,220,235); }

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