Html Css Color HEX #03EFC1 Bright Turquoise

📋 copy color: '#03EFC1'

red 3 ◦ green 239 ◦ blue 193

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

Shades of Bright Turquoise #03EFC1

Tints of Bright Turquoise #03EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 0.69%
G = 54.94%
B = 44.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#03EFC1 (or 0x03EFC1) is known color: Bright Turquoise. HEX triplet: 03, EF and C1. RGB value is (3,239,193). Sum of RGB (Red+Green+Blue) = 3+239+193=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFC1 is #FC103E. Grayscale: #A3A3A3. Windows color (decimal): -16519231 or 12709635. OLE color: 12709635.

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

Color convert

RGB 3 239 193 -
CMYK 0.99 0 0.19 0.06
HSL 168.31º 0.98% 0.47% -
HSV(B) 168.31º 0.99% 0.94% -
XYZ 40.53 65.6 60.98 -
YUV 163.19 144.81 13.74 -
System Red Green Blue C M Y K H S L
Decimal 3 239 193 0.99 0 0.19 0.06 168.31 0.98 0.47
Hex 3 EF C1 63 0 13 6 A8 62 2F
Octal 3 357 301 143 0 23 6 250 142 57
Binary 11 11101111 11000001 1100011 0 10011 110 10101000 1100010 101111

Color Harmonies of #03EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFC1

Black with #03EFC1

Text Example


Text Example

White with #03EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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