Html Css Color HEX #03EFDD Bright Turquoise

📋 copy color: '#03EFDD'

red 3 ◦ green 239 ◦ blue 221

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

Shades of Bright Turquoise #03EFDD

Tints of Bright Turquoise #03EFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 0.65%
G = 51.62%
B = 47.73%

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

#03EFDD (or 0x03EFDD) is known color: Bright Turquoise. HEX triplet: 03, EF and DD. RGB value is (3,239,221). Sum of RGB (Red+Green+Blue) = 3+239+221=463 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFDD is #FC1022. Grayscale: #A6A6A6. Windows color (decimal): -16519203 or 14544643. OLE color: 14544643.

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

Color convert

RGB 3 239 221 -
CMYK 0.99 0 0.08 0.06
HSL 175.42º 0.98% 0.47% -
HSV(B) 175.42º 0.99% 0.94% -
XYZ 43.96 66.97 79.02 -
YUV 166.38 158.81 11.46 -
System Red Green Blue C M Y K H S L
Decimal 3 239 221 0.99 0 0.08 0.06 175.42 0.98 0.47
Hex 3 EF DD 63 0 8 6 AF 62 2F
Octal 3 357 335 143 0 10 6 257 142 57
Binary 11 11101111 11011101 1100011 0 1000 110 10101111 1100010 101111

Color Harmonies of #03EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFDD

Black with #03EFDD

Text Example


Text Example

White with #03EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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