Html Css Color HEX #3DDBBE Turquoise

📋 copy color: '#3DDBBE'

red 61 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #3DDBBE

Tints of Turquoise #3DDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 12.98%
G = 46.6%
B = 40.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#3DDBBE (or 0x3DDBBE) is known color: Turquoise. HEX triplet: 3D, DB and BE. RGB value is (61,219,190). Sum of RGB (Red+Green+Blue) = 61+219+190=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBBE is #C22441. Grayscale: #A8A8A8. Windows color (decimal): -12723266 or 12507965. OLE color: 12507965.

HSL color Cylindrical-coordinate representation of color #3DDBBE: hue angle of 168.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDBBE is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 219 190 -
CMYK 0.72 0 0.13 0.14
HSL 168.99º 0.69% 0.55% -
HSV(B) 168.99º 0.72% 0.86% -
XYZ 36.55 55.37 57.48 -
YUV 168.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 61 219 190 0.72 0 0.13 0.14 168.99 0.69 0.55
Hex 3D DB BE 48 0 D E A9 45 37
Octal 75 333 276 110 0 15 16 251 105 67
Binary 111101 11011011 10111110 1001000 0 1101 1110 10101001 1000101 110111

Color Harmonies of #3DDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDBBE

Black with #3DDBBE

Text Example


Text Example

White with #3DDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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