Html Css Color HEX #3FEFFD Turquoise

📋 copy color: '#3FEFFD'

red 63 ◦ green 239 ◦ blue 253

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

Shades of Turquoise #3FEFFD

Tints of Turquoise #3FEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 11.35%
G = 43.06%
B = 45.59%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3FEFFD (or 0x3FEFFD) is known color: Turquoise. HEX triplet: 3F, EF and FD. RGB value is (63,239,253). Sum of RGB (Red+Green+Blue) = 63+239+253=555 (73% of max value = 765). Red value is 63 (25% from 255 or 11.35% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFFD is #C01002. Grayscale: #BBBBBB. Windows color (decimal): -12587011 or 16641855. OLE color: 16641855.

HSL color Cylindrical-coordinate representation of color #3FEFFD: hue angle of 184.42º 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 #3FEFFD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 239 253 -
CMYK 0.75 0.06 0 0.01
HSL 184.42º 0.98% 0.62% -
HSV(B) 184.42º 0.75% 0.99% -
XYZ 50.65 69.88 103.75 -
YUV 187.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 63 239 253 0.75 0.06 0 0.01 184.42 0.98 0.62
Hex 3F EF FD 4B 6 0 1 B8 62 3E
Octal 77 357 375 113 6 0 1 270 142 76
Binary 111111 11101111 11111101 1001011 110 0 1 10111000 1100010 111110

Color Harmonies of #3FEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFFD

Black with #3FEFFD

Text Example


Text Example

White with #3FEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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