Html Css Color HEX #03EFDA Bright Turquoise

📋 copy color: '#03EFDA'

red 3 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #03EFDA

Tints of Bright Turquoise #03EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 0.65%
G = 51.96%
B = 47.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#03EFDA (or 0x03EFDA) is known color: Bright Turquoise. HEX triplet: 03, EF and DA. RGB value is (3,239,218). Sum of RGB (Red+Green+Blue) = 3+239+218=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFDA is #FC1025. Grayscale: #A5A5A5. Windows color (decimal): -16519206 or 14348035. OLE color: 14348035.

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

Color convert

RGB 3 239 218 -
CMYK 0.99 0 0.09 0.06
HSL 174.66º 0.98% 0.47% -
HSV(B) 174.66º 0.99% 0.94% -
XYZ 43.56 66.81 76.93 -
YUV 166.04 157.31 11.71 -
System Red Green Blue C M Y K H S L
Decimal 3 239 218 0.99 0 0.09 0.06 174.66 0.98 0.47
Hex 3 EF DA 63 0 9 6 AF 62 2F
Octal 3 357 332 143 0 11 6 257 142 57
Binary 11 11101111 11011010 1100011 0 1001 110 10101111 1100010 101111

Color Harmonies of #03EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFDA

Black with #03EFDA

Text Example


Text Example

White with #03EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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