Html Css Color HEX #3EFFCA Turquoise

📋 copy color: '#3EFFCA'

red 62 ◦ green 255 ◦ blue 202

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

Shades of Turquoise #3EFFCA

Tints of Turquoise #3EFFCA

RGB

 RED value IS 62 (24.61% from 255) = 11.95%

 GREEN value IS 255 (100% from 255) = 49.13%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 11.95%
G = 49.13%
B = 38.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#3EFFCA (or 0x3EFFCA) is known color: Turquoise. HEX triplet: 3E, FF and CA. RGB value is (62,255,202). Sum of RGB (Red+Green+Blue) = 62+255+202=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFCA is #C10035. Grayscale: #BFBFBF. Windows color (decimal): -12648502 or 13303614. OLE color: 13303614.

HSL color Cylindrical-coordinate representation of color #3EFFCA: hue angle of 163.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFCA is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 202 -
CMYK 0.76 0 0.21 0
HSL 163.52º 1% 0.62% -
HSV(B) 163.52º 0.76% 1% -
XYZ 48.41 76.81 68.15 -
YUV 191.25 134.06 35.81 -
System Red Green Blue C M Y K H S L
Decimal 62 255 202 0.76 0 0.21 0 163.52 1 0.62
Hex 3E FF CA 4C 0 15 0 A4 64 3E
Octal 76 377 312 114 0 25 0 244 144 76
Binary 111110 11111111 11001010 1001100 0 10101 0 10100100 1100100 111110

Color Harmonies of #3EFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFCA

Black with #3EFFCA

Text Example


Text Example

White with #3EFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,255,202); }

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

background-color css

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

 a { background-color: rgb(62,255,202); }

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

border-color css

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

 span { border-color: rgb(62,255,202); }

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