Html Css Color HEX #00DBF5 Bright Turquoise

📋 copy color: '#00DBF5'

red 0 ◦ green 219 ◦ blue 245

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

Shades of Bright Turquoise #00DBF5

Tints of Bright Turquoise #00DBF5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 0%
G = 47.2%
B = 52.8%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#00DBF5 (or 0x00DBF5) is known color: Bright Turquoise. HEX triplet: 00, DB and F5. RGB value is (0,219,245). Sum of RGB (Red+Green+Blue) = 0+219+245=464 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #00DBF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBF5 is #FF240A. Grayscale: #9C9C9C. Windows color (decimal): -16720907 or 16112384. OLE color: 16112384.

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

Color convert

RGB 0 219 245 -
CMYK 1 0.11 0 0.04
HSL 186.37º 1% 0.48% -
HSV(B) 186.37º 1% 0.96% -
XYZ 41.81 57.26 95.23 -
YUV 156.48 177.95 16.39 -
System Red Green Blue C M Y K H S L
Decimal 0 219 245 1 0.11 0 0.04 186.37 1 0.48
Hex 0 DB F5 64 B 0 4 BA 64 30
Octal 0 333 365 144 13 0 4 272 144 60
Binary 0 11011011 11110101 1100100 1011 0 100 10111010 1100100 110000

Color Harmonies of #00DBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBF5

Black with #00DBF5

Text Example


Text Example

White with #00DBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,219,245); }

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

background-color css

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

 a { background-color: rgb(0,219,245); }

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

border-color css

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

 span { border-color: rgb(0,219,245); }

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