Html Css Color HEX #3EF6CB Turquoise

📋 copy color: '#3EF6CB'

red 62 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #3EF6CB

Tints of Turquoise #3EF6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 12.13%
G = 48.14%
B = 39.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#3EF6CB (or 0x3EF6CB) is known color: Turquoise. HEX triplet: 3E, F6 and CB. RGB value is (62,246,203). Sum of RGB (Red+Green+Blue) = 62+246+203=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6CB is #C10934. Grayscale: #BABABA. Windows color (decimal): -12650805 or 13366846. OLE color: 13366846.

HSL color Cylindrical-coordinate representation of color #3EF6CB: hue angle of 165.98º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF6CB is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 62 246 203 -
CMYK 0.75 0 0.17 0.04
HSL 165.98º 0.91% 0.6% -
HSV(B) 165.98º 0.75% 0.96% -
XYZ 45.72 71.25 67.84 -
YUV 186.08 137.54 39.5 -
System Red Green Blue C M Y K H S L
Decimal 62 246 203 0.75 0 0.17 0.04 165.98 0.91 0.6
Hex 3E F6 CB 4B 0 11 4 A6 5B 3C
Octal 76 366 313 113 0 21 4 246 133 74
Binary 111110 11110110 11001011 1001011 0 10001 100 10100110 1011011 111100

Color Harmonies of #3EF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF6CB

Black with #3EF6CB

Text Example


Text Example

White with #3EF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,246,203); }

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

background-color css

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

 a { background-color: rgb(62,246,203); }

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

border-color css

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

 span { border-color: rgb(62,246,203); }

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