Html Css Color HEX #03F9DF Bright Turquoise

📋 copy color: '#03F9DF'

red 3 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #03F9DF

Tints of Bright Turquoise #03F9DF

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#03F9DF (or 0x03F9DF) is known color: Bright Turquoise. HEX triplet: 03, F9 and DF. RGB value is (3,249,223). Sum of RGB (Red+Green+Blue) = 3+249+223=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #03F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F9DF is #FC0620. Grayscale: #ACACAC. Windows color (decimal): -16516641 or 14678275. OLE color: 14678275.

HSL color Cylindrical-coordinate representation of color #03F9DF: hue angle of 173.66º 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 #03F9DF is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 249 223 -
CMYK 0.99 0 0.10 0.02
HSL 173.66º 0.98% 0.49% -
HSV(B) 173.66º 0.99% 0.98% -
XYZ 47.23 73.1 81.43 -
YUV 172.48 156.5 7.11 -
System Red Green Blue C M Y K H S L
Decimal 3 249 223 0.99 0 0.10 0.02 173.66 0.98 0.49
Hex 3 F9 DF 63 0 A 2 AE 62 31
Octal 3 371 337 143 0 12 2 256 142 61
Binary 11 11111001 11011111 1100011 0 1010 10 10101110 1100010 110001

Color Harmonies of #03F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F9DF

Black with #03F9DF

Text Example


Text Example

White with #03F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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