Html Css Color HEX #03DFF7 Bright Turquoise

📋 copy color: '#03DFF7'

red 3 ◦ green 223 ◦ blue 247

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

Shades of Bright Turquoise #03DFF7

Tints of Bright Turquoise #03DFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.22%

R = 0.63%
G = 47.15%
B = 52.22%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03DFF7 (or 0x03DFF7) is known color: Bright Turquoise. HEX triplet: 03, DF and F7. RGB value is (3,223,247). Sum of RGB (Red+Green+Blue) = 3+223+247=473 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #03DFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFF7 is #FC2008. Grayscale: #9F9F9F. Windows color (decimal): -16523273 or 16244483. OLE color: 16244483.

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

Color convert

RGB 3 223 247 -
CMYK 0.99 0.10 0 0.03
HSL 185.9º 0.98% 0.49% -
HSV(B) 185.9º 0.99% 0.97% -
XYZ 43.21 59.51 97.2 -
YUV 159.96 177.11 16.05 -
System Red Green Blue C M Y K H S L
Decimal 3 223 247 0.99 0.10 0 0.03 185.9 0.98 0.49
Hex 3 DF F7 63 A 0 3 BA 62 31
Octal 3 337 367 143 12 0 3 272 142 61
Binary 11 11011111 11110111 1100011 1010 0 11 10111010 1100010 110001

Color Harmonies of #03DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DFF7

Black with #03DFF7

Text Example


Text Example

White with #03DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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