Html Css Color HEX #3DEEBC Turquoise

📋 copy color: '#3DEEBC'

red 61 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #3DEEBC

Tints of Turquoise #3DEEBC

RGB

 RED value IS 61 (24.22% from 255) = 12.53%

 GREEN value IS 238 (93.36% from 255) = 48.87%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 12.53%
G = 48.87%
B = 38.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3DEEBC (or 0x3DEEBC) is known color: Turquoise. HEX triplet: 3D, EE and BC. RGB value is (61,238,188). Sum of RGB (Red+Green+Blue) = 61+238+188=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEBC is #C21143. Grayscale: #B3B3B3. Windows color (decimal): -12718404 or 12381757. OLE color: 12381757.

HSL color Cylindrical-coordinate representation of color #3DEEBC: hue angle of 163.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 238 188 -
CMYK 0.74 0 0.21 0.07
HSL 163.05º 0.84% 0.59% -
HSV(B) 163.05º 0.74% 0.93% -
XYZ 41.58 65.77 58.08 -
YUV 179.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 61 238 188 0.74 0 0.21 0.07 163.05 0.84 0.59
Hex 3D EE BC 4A 0 15 7 A3 54 3B
Octal 75 356 274 112 0 25 7 243 124 73
Binary 111101 11101110 10111100 1001010 0 10101 111 10100011 1010100 111011

Color Harmonies of #3DEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEEBC

Black with #3DEEBC

Text Example


Text Example

White with #3DEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,238,188); }

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

background-color css

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

 a { background-color: rgb(61,238,188); }

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

border-color css

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

 span { border-color: rgb(61,238,188); }

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