Html Css Color HEX #3DFECC Turquoise

📋 copy color: '#3DFECC'

red 61 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #3DFECC

Tints of Turquoise #3DFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.94%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 11.75%
G = 48.94%
B = 39.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#3DFECC (or 0x3DFECC) is known color: Turquoise. HEX triplet: 3D, FE and CC. RGB value is (61,254,204). Sum of RGB (Red+Green+Blue) = 61+254+204=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFECC is #C20133. Grayscale: #BEBEBE. Windows color (decimal): -12714292 or 13434429. OLE color: 13434429.

HSL color Cylindrical-coordinate representation of color #3DFECC: hue angle of 164.46º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFECC is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 61 254 204 -
CMYK 0.76 0 0.20 0.00
HSL 164.46º 0.99% 0.62% -
HSV(B) 164.46º 0.76% 1% -
XYZ 48.27 76.24 69.3 -
YUV 190.59 135.56 35.57 -
System Red Green Blue C M Y K H S L
Decimal 61 254 204 0.76 0 0.20 0.00 164.46 0.99 0.62
Hex 3D FE CC 4C 0 14 0 A4 63 3E
Octal 75 376 314 114 0 24 0 244 143 76
Binary 111101 11111110 11001100 1001100 0 10100 0 10100100 1100011 111110

Color Harmonies of #3DFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFECC

Black with #3DFECC

Text Example


Text Example

White with #3DFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,254,204); }

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

background-color css

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

 a { background-color: rgb(61,254,204); }

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

border-color css

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

 span { border-color: rgb(61,254,204); }

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