Html Css Color HEX #03DBDB Bright Turquoise

📋 copy color: '#03DBDB'

red 3 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #03DBDB

Tints of Bright Turquoise #03DBDB

RGB

 RED value IS 3 (1.56% from 255) = 0.68%

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 0.68%
G = 49.66%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03DBDB (or 0x03DBDB) is known color: Bright Turquoise. HEX triplet: 03, DB and DB. RGB value is (3,219,219). Sum of RGB (Red+Green+Blue) = 3+219+219=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #03DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBDB is #FC2424. Grayscale: #9A9A9A. Windows color (decimal): -16524325 or 14408451. OLE color: 14408451.

HSL color Cylindrical-coordinate representation of color #03DBDB: hue angle of 180º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DBDB is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 219 219 -
CMYK 0.99 0 0 0.14
HSL 180º 0.97% 0.44% -
HSV(B) 180º 0.99% 0.86% -
XYZ 38.16 55.8 75.78 -
YUV 154.42 164.44 20 -
System Red Green Blue C M Y K H S L
Decimal 3 219 219 0.99 0 0 0.14 180 0.97 0.44
Hex 3 DB DB 63 0 0 E B4 61 2C
Octal 3 333 333 143 0 0 16 264 141 54
Binary 11 11011011 11011011 1100011 0 0 1110 10110100 1100001 101100

Color Harmonies of #03DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DBDB

Black with #03DBDB

Text Example


Text Example

White with #03DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03DBDB; }

 p { color: rgb(3,219,219); }

 H1.HeaderClassName
 {
   color: #03DBDB;
 }
 .AnyTagClassName
 {
   color: #03DBDB;
 }
</style>

background-color css

<style>
 a { background-color: #03DBDB; }

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

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

border-color css

<style>
 span { border-color: #03DBDB; }

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

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