Html Css Color HEX #3BEEEE Turquoise

📋 copy color: '#3BEEEE'

red 59 ◦ green 238 ◦ blue 238

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

Shades of Turquoise #3BEEEE

Tints of Turquoise #3BEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

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

R = 11.03%
G = 44.49%
B = 44.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3BEEEE (or 0x3BEEEE) is known color: Turquoise. HEX triplet: 3B, EE and EE. RGB value is (59,238,238). Sum of RGB (Red+Green+Blue) = 59+238+238=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #3BEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEEE is #C41111. Grayscale: #B8B8B8. Windows color (decimal): -12849426 or 15658555. OLE color: 15658555.

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

Color convert

RGB 59 238 238 -
CMYK 0.75 0 0 0.07
HSL 180º 0.84% 0.58% -
HSV(B) 180º 0.75% 0.93% -
XYZ 47.81 68.25 91.54 -
YUV 184.48 158.2 38.5 -
System Red Green Blue C M Y K H S L
Decimal 59 238 238 0.75 0 0 0.07 180 0.84 0.58
Hex 3B EE EE 4B 0 0 7 B4 54 3A
Octal 73 356 356 113 0 0 7 264 124 72
Binary 111011 11101110 11101110 1001011 0 0 111 10110100 1010100 111010

Color Harmonies of #3BEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEEEE

Black with #3BEEEE

Text Example


Text Example

White with #3BEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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