Html Css Color HEX #03DCEF Bright Turquoise

📋 copy color: '#03DCEF'

red 3 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #03DCEF

Tints of Bright Turquoise #03DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 0.65%
G = 47.62%
B = 51.73%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#03DCEF (or 0x03DCEF) is known color: Bright Turquoise. HEX triplet: 03, DC and EF. RGB value is (3,220,239). Sum of RGB (Red+Green+Blue) = 3+220+239=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #03DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCEF is #FC2310. Grayscale: #9C9C9C. Windows color (decimal): -16524049 or 15719427. OLE color: 15719427.

HSL color Cylindrical-coordinate representation of color #03DCEF: hue angle of 184.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCEF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 220 239 -
CMYK 0.99 0.08 0 0.06
HSL 184.83º 0.98% 0.47% -
HSV(B) 184.83º 0.99% 0.94% -
XYZ 41.21 57.44 90.58 -
YUV 157.28 174.11 17.96 -
System Red Green Blue C M Y K H S L
Decimal 3 220 239 0.99 0.08 0 0.06 184.83 0.98 0.47
Hex 3 DC EF 63 8 0 6 B9 62 2F
Octal 3 334 357 143 10 0 6 271 142 57
Binary 11 11011100 11101111 1100011 1000 0 110 10111001 1100010 101111

Color Harmonies of #03DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DCEF

Black with #03DCEF

Text Example


Text Example

White with #03DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,220,239); }

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

background-color css

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

 a { background-color: rgb(3,220,239); }

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

border-color css

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

 span { border-color: rgb(3,220,239); }

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