Html Css Color HEX #03DBF6 Bright Turquoise

📋 copy color: '#03DBF6'

red 3 ◦ green 219 ◦ blue 246

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

Shades of Bright Turquoise #03DBF6

Tints of Bright Turquoise #03DBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.56%

R = 0.64%
G = 46.79%
B = 52.56%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03DBF6 (or 0x03DBF6) is known color: Bright Turquoise. HEX triplet: 03, DB and F6. RGB value is (3,219,246). Sum of RGB (Red+Green+Blue) = 3+219+246=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #03DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DBF6 is #FC2409. Grayscale: #9D9D9D. Windows color (decimal): -16524298 or 16177923. OLE color: 16177923.

HSL color Cylindrical-coordinate representation of color #03DBF6: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DBF6 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 219 246 -
CMYK 0.99 0.11 0 0.04
HSL 186.67º 0.98% 0.49% -
HSV(B) 186.67º 0.99% 0.96% -
XYZ 42 57.34 96.04 -
YUV 157.49 177.94 17.8 -
System Red Green Blue C M Y K H S L
Decimal 3 219 246 0.99 0.11 0 0.04 186.67 0.98 0.49
Hex 3 DB F6 63 B 0 4 BB 62 31
Octal 3 333 366 143 13 0 4 273 142 61
Binary 11 11011011 11110110 1100011 1011 0 100 10111011 1100010 110001

Color Harmonies of #03DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DBF6

Black with #03DBF6

Text Example


Text Example

White with #03DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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