Html Css Color HEX #3FFDDB Turquoise

📋 copy color: '#3FFDDB'

red 63 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #3FFDDB

Tints of Turquoise #3FFDDB

RGB

 RED value IS 63 (25% from 255) = 11.78%

 GREEN value IS 253 (99.22% from 255) = 47.29%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 11.78%
G = 47.29%
B = 40.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#3FFDDB (or 0x3FFDDB) is known color: Turquoise. HEX triplet: 3F, FD and DB. RGB value is (63,253,219). Sum of RGB (Red+Green+Blue) = 63+253+219=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDDB is #C00224. Grayscale: #C0C0C0. Windows color (decimal): -12583461 or 14417215. OLE color: 14417215.

HSL color Cylindrical-coordinate representation of color #3FFDDB: hue angle of 169.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDDB is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 253 219 -
CMYK 0.75 0 0.13 0.01
HSL 169.26º 0.98% 0.62% -
HSV(B) 169.26º 0.75% 0.99% -
XYZ 49.96 76.42 79.14 -
YUV 192.31 143.05 35.76 -
System Red Green Blue C M Y K H S L
Decimal 63 253 219 0.75 0 0.13 0.01 169.26 0.98 0.62
Hex 3F FD DB 4B 0 D 1 A9 62 3E
Octal 77 375 333 113 0 15 1 251 142 76
Binary 111111 11111101 11011011 1001011 0 1101 1 10101001 1100010 111110

Color Harmonies of #3FFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDDB

Black with #3FFDDB

Text Example


Text Example

White with #3FFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,253,219); }

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

background-color css

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

 a { background-color: rgb(63,253,219); }

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

border-color css

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

 span { border-color: rgb(63,253,219); }

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