Html Css Color HEX #03F3C7 Bright Turquoise

📋 copy color: '#03F3C7'

red 3 ◦ green 243 ◦ blue 199

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

Shades of Bright Turquoise #03F3C7

Tints of Bright Turquoise #03F3C7

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.61%

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 0.67%
G = 54.61%
B = 44.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#03F3C7 (or 0x03F3C7) is known color: Bright Turquoise. HEX triplet: 03, F3 and C7. RGB value is (3,243,199). Sum of RGB (Red+Green+Blue) = 3+243+199=445 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #03F3C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F3C7 is #FC0C38. Grayscale: #A6A6A6. Windows color (decimal): -16518201 or 13103875. OLE color: 13103875.

HSL color Cylindrical-coordinate representation of color #03F3C7: hue angle of 169º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F3C7 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 243 199 -
CMYK 0.99 0 0.18 0.05
HSL 169º 0.98% 0.48% -
HSV(B) 169º 0.99% 0.95% -
XYZ 42.4 68.24 64.97 -
YUV 166.22 146.49 11.58 -
System Red Green Blue C M Y K H S L
Decimal 3 243 199 0.99 0 0.18 0.05 169 0.98 0.48
Hex 3 F3 C7 63 0 12 5 A9 62 30
Octal 3 363 307 143 0 22 5 251 142 60
Binary 11 11110011 11000111 1100011 0 10010 101 10101001 1100010 110000

Color Harmonies of #03F3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F3C7

Black with #03F3C7

Text Example


Text Example

White with #03F3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,243,199); }

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

background-color css

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

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

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

border-color css

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

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

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