Html Css Color HEX #3FD3EA Medium Turquoise

📋 copy color: '#3FD3EA'

red 63 ◦ green 211 ◦ blue 234

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

Shades of Medium Turquoise #3FD3EA

Tints of Medium Turquoise #3FD3EA

RGB

 RED value IS 63 (25% from 255) = 12.4%

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 12.4%
G = 41.54%
B = 46.06%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FD3EA (or 0x3FD3EA) is known color: Medium Turquoise. HEX triplet: 3F, D3 and EA. RGB value is (63,211,234). Sum of RGB (Red+Green+Blue) = 63+211+234=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD3EA is #C02C15. Grayscale: #A9A9A9. Windows color (decimal): -12594198 or 15389503. OLE color: 15389503.

HSL color Cylindrical-coordinate representation of color #3FD3EA: hue angle of 188.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FD3EA is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 211 234 -
CMYK 0.73 0.10 0 0.08
HSL 188.07º 0.8% 0.58% -
HSV(B) 188.07º 0.73% 0.92% -
XYZ 40.2 53.59 86.07 -
YUV 169.37 164.47 52.13 -
System Red Green Blue C M Y K H S L
Decimal 63 211 234 0.73 0.10 0 0.08 188.07 0.8 0.58
Hex 3F D3 EA 49 A 0 8 BC 50 3A
Octal 77 323 352 111 12 0 10 274 120 72
Binary 111111 11010011 11101010 1001001 1010 0 1000 10111100 1010000 111010

Color Harmonies of #3FD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD3EA

Black with #3FD3EA

Text Example


Text Example

White with #3FD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FD3EA; }

 p { color: rgb(63,211,234); }

 H1.HeaderClassName
 {
   color: #3FD3EA;
 }
 .AnyTagClassName
 {
   color: #3FD3EA;
 }
</style>

background-color css

<style>
 a { background-color: #3FD3EA; }

 a { background-color: rgb(63,211,234); }

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

border-color css

<style>
 span { border-color: #3FD3EA; }

 span { border-color: rgb(63,211,234); }

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