Html Css Color HEX #3DFAF0 Turquoise

📋 copy color: '#3DFAF0'

red 61 ◦ green 250 ◦ blue 240

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

Shades of Turquoise #3DFAF0

Tints of Turquoise #3DFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.37%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 11.07%
G = 45.37%
B = 43.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#3DFAF0 (or 0x3DFAF0) is known color: Turquoise. HEX triplet: 3D, FA and F0. RGB value is (61,250,240). Sum of RGB (Red+Green+Blue) = 61+250+240=551 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.07% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFAF0 is #C2050F. Grayscale: #C0C0C0. Windows color (decimal): -12715280 or 15792701. OLE color: 15792701.

HSL color Cylindrical-coordinate representation of color #3DFAF0: hue angle of 176.83º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFAF0 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 250 240 -
CMYK 0.76 0 0.04 0.02
HSL 176.83º 0.95% 0.61% -
HSV(B) 176.83º 0.76% 0.98% -
XYZ 51.84 75.65 94.31 -
YUV 192.35 154.88 34.31 -
System Red Green Blue C M Y K H S L
Decimal 61 250 240 0.76 0 0.04 0.02 176.83 0.95 0.61
Hex 3D FA F0 4C 0 4 2 B1 5F 3D
Octal 75 372 360 114 0 4 2 261 137 75
Binary 111101 11111010 11110000 1001100 0 100 10 10110001 1011111 111101

Color Harmonies of #3DFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFAF0

Black with #3DFAF0

Text Example


Text Example

White with #3DFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,250,240); }

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

background-color css

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

 a { background-color: rgb(61,250,240); }

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

border-color css

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

 span { border-color: rgb(61,250,240); }

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