Html Css Color HEX #03DFF9 Bright Turquoise

📋 copy color: '#03DFF9'

red 3 ◦ green 223 ◦ blue 249

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

Shades of Bright Turquoise #03DFF9

Tints of Bright Turquoise #03DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 0.63%
G = 46.95%
B = 52.42%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03DFF9 (or 0x03DFF9) is known color: Bright Turquoise. HEX triplet: 03, DF and F9. RGB value is (3,223,249). Sum of RGB (Red+Green+Blue) = 3+223+249=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #03DFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFF9 is #FC2006. Grayscale: #9F9F9F. Windows color (decimal): -16523271 or 16375555. OLE color: 16375555.

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

Color convert

RGB 3 223 249 -
CMYK 0.99 0.10 0 0.02
HSL 186.34º 0.98% 0.49% -
HSV(B) 186.34º 0.99% 0.98% -
XYZ 43.52 59.63 98.84 -
YUV 160.18 178.11 15.89 -
System Red Green Blue C M Y K H S L
Decimal 3 223 249 0.99 0.10 0 0.02 186.34 0.98 0.49
Hex 3 DF F9 63 A 0 2 BA 62 31
Octal 3 337 371 143 12 0 2 272 142 61
Binary 11 11011111 11111001 1100011 1010 0 10 10111010 1100010 110001

Color Harmonies of #03DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DFF9

Black with #03DFF9

Text Example


Text Example

White with #03DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,223,249); }

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

background-color css

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

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

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

border-color css

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

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

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