Html Css Color HEX #3DCBCC Medium Turquoise

📋 copy color: '#3DCBCC'

red 61 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #3DCBCC

Tints of Medium Turquoise #3DCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

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

R = 13.03%
G = 43.38%
B = 43.59%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3DCBCC (or 0x3DCBCC) is known color: Medium Turquoise. HEX triplet: 3D, CB and CC. RGB value is (61,203,204). Sum of RGB (Red+Green+Blue) = 61+203+204=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DCBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBCC is #C23433. Grayscale: #A0A0A0. Windows color (decimal): -12727348 or 13421373. OLE color: 13421373.

HSL color Cylindrical-coordinate representation of color #3DCBCC: hue angle of 180.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCBCC is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 203 204 -
CMYK 0.70 0.00 0 0.2
HSL 180.42º 0.58% 0.52% -
HSV(B) 180.42º 0.7% 0.8% -
XYZ 34.18 48.06 64.6 -
YUV 160.66 152.46 56.92 -
System Red Green Blue C M Y K H S L
Decimal 61 203 204 0.70 0.00 0 0.2 180.42 0.58 0.52
Hex 3D CB CC 46 0 0 14 B4 3A 34
Octal 75 313 314 106 0 0 24 264 72 64
Binary 111101 11001011 11001100 1000110 0 0 10100 10110100 111010 110100

Color Harmonies of #3DCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCBCC

Black with #3DCBCC

Text Example


Text Example

White with #3DCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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