Html Css Color HEX #3DEADB Turquoise

📋 copy color: '#3DEADB'

red 61 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #3DEADB

Tints of Turquoise #3DEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 11.87%
G = 45.53%
B = 42.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3DEADB (or 0x3DEADB) is known color: Turquoise. HEX triplet: 3D, EA and DB. RGB value is (61,234,219). Sum of RGB (Red+Green+Blue) = 61+234+219=514 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.87% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEADB is #C21524. Grayscale: #B4B4B4. Windows color (decimal): -12719397 or 14412349. OLE color: 14412349.

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

Color convert

RGB 61 234 219 -
CMYK 0.74 0 0.06 0.08
HSL 174.8º 0.8% 0.58% -
HSV(B) 174.8º 0.74% 0.92% -
XYZ 44.13 64.95 77.23 -
YUV 180.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 61 234 219 0.74 0 0.06 0.08 174.8 0.8 0.58
Hex 3D EA DB 4A 0 6 8 AF 50 3A
Octal 75 352 333 112 0 6 10 257 120 72
Binary 111101 11101010 11011011 1001010 0 110 1000 10101111 1010000 111010

Color Harmonies of #3DEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEADB

Black with #3DEADB

Text Example


Text Example

White with #3DEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,234,219); }

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

background-color css

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

 a { background-color: rgb(61,234,219); }

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

border-color css

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

 span { border-color: rgb(61,234,219); }

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