Html Css Color HEX #3DCBDD Medium Turquoise

📋 copy color: '#3DCBDD'

red 61 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #3DCBDD

Tints of Medium Turquoise #3DCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 12.58%
G = 41.86%
B = 45.57%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DCBDD (or 0x3DCBDD) is known color: Medium Turquoise. HEX triplet: 3D, CB and DD. RGB value is (61,203,221). Sum of RGB (Red+Green+Blue) = 61+203+221=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBDD is #C23422. Grayscale: #A2A2A2. Windows color (decimal): -12727331 or 14535485. OLE color: 14535485.

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

Color convert

RGB 61 203 221 -
CMYK 0.72 0.08 0 0.13
HSL 186.75º 0.7% 0.55% -
HSV(B) 186.75º 0.72% 0.87% -
XYZ 36.33 48.92 75.94 -
YUV 162.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 61 203 221 0.72 0.08 0 0.13 186.75 0.7 0.55
Hex 3D CB DD 48 8 0 D BB 46 37
Octal 75 313 335 110 10 0 15 273 106 67
Binary 111101 11001011 11011101 1001000 1000 0 1101 10111011 1000110 110111

Color Harmonies of #3DCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCBDD

Black with #3DCBDD

Text Example


Text Example

White with #3DCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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