Html Css Color HEX #3BCFDD Medium Turquoise

📋 copy color: '#3BCFDD'

red 59 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #3BCFDD

Tints of Medium Turquoise #3BCFDD

RGB

 RED value IS 59 (23.44% from 255) = 12.11%

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

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

R = 12.11%
G = 42.51%
B = 45.38%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BCFDD (or 0x3BCFDD) is known color: Medium Turquoise. HEX triplet: 3B, CF and DD. RGB value is (59,207,221). Sum of RGB (Red+Green+Blue) = 59+207+221=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFDD is #C43022. Grayscale: #A4A4A4. Windows color (decimal): -12857379 or 14536507. OLE color: 14536507.

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

Color convert

RGB 59 207 221 -
CMYK 0.73 0.06 0 0.13
HSL 185.19º 0.7% 0.55% -
HSV(B) 185.19º 0.73% 0.87% -
XYZ 37.17 50.78 76.25 -
YUV 164.34 159.97 52.86 -
System Red Green Blue C M Y K H S L
Decimal 59 207 221 0.73 0.06 0 0.13 185.19 0.7 0.55
Hex 3B CF DD 49 6 0 D B9 46 37
Octal 73 317 335 111 6 0 15 271 106 67
Binary 111011 11001111 11011101 1001001 110 0 1101 10111001 1000110 110111

Color Harmonies of #3BCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFDD

Black with #3BCFDD

Text Example


Text Example

White with #3BCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,207,221); }

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

background-color css

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

 a { background-color: rgb(59,207,221); }

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

border-color css

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

 span { border-color: rgb(59,207,221); }

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