Html Css Color HEX #3FFBEE Turquoise

📋 copy color: '#3FFBEE'

red 63 ◦ green 251 ◦ blue 238

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

Shades of Turquoise #3FFBEE

Tints of Turquoise #3FFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.47%

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 11.41%
G = 45.47%
B = 43.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3FFBEE (or 0x3FFBEE) is known color: Turquoise. HEX triplet: 3F, FB and EE. RGB value is (63,251,238). Sum of RGB (Red+Green+Blue) = 63+251+238=552 (73% of max value = 765). Red value is 63 (25% from 255 or 11.41% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBEE is #C00411. Grayscale: #C1C1C1. Windows color (decimal): -12583954 or 15661887. OLE color: 15661887.

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

Color convert

RGB 63 251 238 -
CMYK 0.75 0 0.05 0.02
HSL 175.85º 0.96% 0.62% -
HSV(B) 175.85º 0.75% 0.98% -
XYZ 51.98 76.22 92.86 -
YUV 193.31 153.22 35.06 -
System Red Green Blue C M Y K H S L
Decimal 63 251 238 0.75 0 0.05 0.02 175.85 0.96 0.62
Hex 3F FB EE 4B 0 5 2 B0 60 3E
Octal 77 373 356 113 0 5 2 260 140 76
Binary 111111 11111011 11101110 1001011 0 101 10 10110000 1100000 111110

Color Harmonies of #3FFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBEE

Black with #3FFBEE

Text Example


Text Example

White with #3FFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,251,238); }

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

background-color css

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

 a { background-color: rgb(63,251,238); }

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

border-color css

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

 span { border-color: rgb(63,251,238); }

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