Html Css Color HEX #3DDFB4 Turquoise

📋 copy color: '#3DDFB4'

red 61 ◦ green 223 ◦ blue 180

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

Shades of Turquoise #3DDFB4

Tints of Turquoise #3DDFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 13.15%
G = 48.06%
B = 38.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#3DDFB4 (or 0x3DDFB4) is known color: Turquoise. HEX triplet: 3D, DF and B4. RGB value is (61,223,180). Sum of RGB (Red+Green+Blue) = 61+223+180=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFB4 is #C2204B. Grayscale: #A9A9A9. Windows color (decimal): -12722252 or 11853629. OLE color: 11853629.

HSL color Cylindrical-coordinate representation of color #3DDFB4: hue angle of 164.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFB4 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 180 -
CMYK 0.73 0 0.19 0.13
HSL 164.07º 0.72% 0.56% -
HSV(B) 164.07º 0.73% 0.87% -
XYZ 36.55 57.06 52.27 -
YUV 169.66 133.83 50.5 -
System Red Green Blue C M Y K H S L
Decimal 61 223 180 0.73 0 0.19 0.13 164.07 0.72 0.56
Hex 3D DF B4 49 0 13 D A4 48 38
Octal 75 337 264 111 0 23 15 244 110 70
Binary 111101 11011111 10110100 1001001 0 10011 1101 10100100 1001000 111000

Color Harmonies of #3DDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDFB4

Black with #3DDFB4

Text Example


Text Example

White with #3DDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,180); }

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

background-color css

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

 a { background-color: rgb(61,223,180); }

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

border-color css

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

 span { border-color: rgb(61,223,180); }

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