Html Css Color HEX #3FEBEE Turquoise

📋 copy color: '#3FEBEE'

red 63 ◦ green 235 ◦ blue 238

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

Shades of Turquoise #3FEBEE

Tints of Turquoise #3FEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

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

R = 11.75%
G = 43.84%
B = 44.4%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3FEBEE (or 0x3FEBEE) is known color: Turquoise. HEX triplet: 3F, EB and EE. RGB value is (63,235,238). Sum of RGB (Red+Green+Blue) = 63+235+238=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FEBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBEE is #C01411. Grayscale: #B7B7B7. Windows color (decimal): -12588050 or 15657791. OLE color: 15657791.

HSL color Cylindrical-coordinate representation of color #3FEBEE: hue angle of 181.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEBEE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 235 238 -
CMYK 0.74 0.01 0 0.07
HSL 181.03º 0.84% 0.59% -
HSV(B) 181.03º 0.74% 0.93% -
XYZ 47.19 66.65 91.27 -
YUV 183.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 63 235 238 0.74 0.01 0 0.07 181.03 0.84 0.59
Hex 3F EB EE 4A 1 0 7 B5 54 3B
Octal 77 353 356 112 1 0 7 265 124 73
Binary 111111 11101011 11101110 1001010 1 0 111 10110101 1010100 111011

Color Harmonies of #3FEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBEE

Black with #3FEBEE

Text Example


Text Example

White with #3FEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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