Html Css Color HEX #03EFDF Bright Turquoise

📋 copy color: '#03EFDF'

red 3 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #03EFDF

Tints of Bright Turquoise #03EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 0.65%
G = 51.4%
B = 47.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#03EFDF (or 0x03EFDF) is known color: Bright Turquoise. HEX triplet: 03, EF and DF. RGB value is (3,239,223). Sum of RGB (Red+Green+Blue) = 3+239+223=465 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFDF is #FC1020. Grayscale: #A6A6A6. Windows color (decimal): -16519201 or 14675715. OLE color: 14675715.

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

Color convert

RGB 3 239 223 -
CMYK 0.99 0 0.07 0.06
HSL 175.93º 0.98% 0.47% -
HSV(B) 175.93º 0.99% 0.94% -
XYZ 44.22 67.08 80.43 -
YUV 166.61 159.81 11.3 -
System Red Green Blue C M Y K H S L
Decimal 3 239 223 0.99 0 0.07 0.06 175.93 0.98 0.47
Hex 3 EF DF 63 0 7 6 B0 62 2F
Octal 3 357 337 143 0 7 6 260 142 57
Binary 11 11101111 11011111 1100011 0 111 110 10110000 1100010 101111

Color Harmonies of #03EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFDF

Black with #03EFDF

Text Example


Text Example

White with #03EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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