Html Css Color HEX #3DCFCB Medium Turquoise

📋 copy color: '#3DCFCB'

red 61 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #3DCFCB

Tints of Medium Turquoise #3DCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 12.95%
G = 43.95%
B = 43.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3DCFCB (or 0x3DCFCB) is known color: Medium Turquoise. HEX triplet: 3D, CF and CB. RGB value is (61,207,203). Sum of RGB (Red+Green+Blue) = 61+207+203=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFCB is #C23034. Grayscale: #A2A2A2. Windows color (decimal): -12726325 or 13356861. OLE color: 13356861.

HSL color Cylindrical-coordinate representation of color #3DCFCB: hue angle of 178.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFCB is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 203 -
CMYK 0.71 0 0.02 0.19
HSL 178.36º 0.6% 0.53% -
HSV(B) 178.36º 0.71% 0.81% -
XYZ 35.02 49.93 64.29 -
YUV 162.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 61 207 203 0.71 0 0.02 0.19 178.36 0.6 0.53
Hex 3D CF CB 47 0 2 13 B2 3C 35
Octal 75 317 313 107 0 2 23 262 74 65
Binary 111101 11001111 11001011 1000111 0 10 10011 10110010 111100 110101

Color Harmonies of #3DCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCFCB

Black with #3DCFCB

Text Example


Text Example

White with #3DCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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