Html Css Color HEX #03EFDC Bright Turquoise

📋 copy color: '#03EFDC'

red 3 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #03EFDC

Tints of Bright Turquoise #03EFDC

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#03EFDC (or 0x03EFDC) is known color: Bright Turquoise. HEX triplet: 03, EF and DC. RGB value is (3,239,220). Sum of RGB (Red+Green+Blue) = 3+239+220=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFDC is #FC1023. Grayscale: #A6A6A6. Windows color (decimal): -16519204 or 14479107. OLE color: 14479107.

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

Color convert

RGB 3 239 220 -
CMYK 0.99 0 0.08 0.06
HSL 175.17º 0.98% 0.47% -
HSV(B) 175.17º 0.99% 0.94% -
XYZ 43.82 66.92 78.32 -
YUV 166.27 158.31 11.54 -
System Red Green Blue C M Y K H S L
Decimal 3 239 220 0.99 0 0.08 0.06 175.17 0.98 0.47
Hex 3 EF DC 63 0 8 6 AF 62 2F
Octal 3 357 334 143 0 10 6 257 142 57
Binary 11 11101111 11011100 1100011 0 1000 110 10101111 1100010 101111

Color Harmonies of #03EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFDC

Black with #03EFDC

Text Example


Text Example

White with #03EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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