Html Css Color HEX #03FBDB Bright Turquoise

📋 copy color: '#03FBDB'

red 3 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #03FBDB

Tints of Bright Turquoise #03FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

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

R = 0.63%
G = 53.07%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#03FBDB (or 0x03FBDB) is known color: Bright Turquoise. HEX triplet: 03, FB and DB. RGB value is (3,251,219). Sum of RGB (Red+Green+Blue) = 3+251+219=473 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #03FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FBDB is #FC0424. Grayscale: #ADADAD. Windows color (decimal): -16516133 or 14416643. OLE color: 14416643.

HSL color Cylindrical-coordinate representation of color #03FBDB: hue angle of 172.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FBDB is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 251 219 -
CMYK 0.99 0 0.13 0.02
HSL 172.26º 0.98% 0.5% -
HSV(B) 172.26º 0.99% 0.98% -
XYZ 47.32 74.13 78.83 -
YUV 173.2 153.84 6.6 -
System Red Green Blue C M Y K H S L
Decimal 3 251 219 0.99 0 0.13 0.02 172.26 0.98 0.5
Hex 3 FB DB 63 0 D 2 AC 62 32
Octal 3 373 333 143 0 15 2 254 142 62
Binary 11 11111011 11011011 1100011 0 1101 10 10101100 1100010 110010

Color Harmonies of #03FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FBDB

Black with #03FBDB

Text Example


Text Example

White with #03FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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