Html Css Color HEX #3BE0FF Turquoise

📋 copy color: '#3BE0FF'

red 59 ◦ green 224 ◦ blue 255

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

Shades of Turquoise #3BE0FF

Tints of Turquoise #3BE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 10.97%
G = 41.64%
B = 47.4%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BE0FF (or 0x3BE0FF) is known color: Turquoise. HEX triplet: 3B, E0 and FF. RGB value is (59,224,255). Sum of RGB (Red+Green+Blue) = 59+224+255=538 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.97% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE0FF is #C41F00. Grayscale: #B1B1B1. Windows color (decimal): -12852993 or 16769083. OLE color: 16769083.

HSL color Cylindrical-coordinate representation of color #3BE0FF: hue angle of 189.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BE0FF is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 224 255 -
CMYK 0.77 0.12 0 0
HSL 189.49º 1% 0.62% -
HSV(B) 189.49º 0.77% 1% -
XYZ 46.51 61.46 104.02 -
YUV 178.2 171.34 42.98 -
System Red Green Blue C M Y K H S L
Decimal 59 224 255 0.77 0.12 0 0 189.49 1 0.62
Hex 3B E0 FF 4D C 0 0 BD 64 3E
Octal 73 340 377 115 14 0 0 275 144 76
Binary 111011 11100000 11111111 1001101 1100 0 0 10111101 1100100 111110

Color Harmonies of #3BE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE0FF

Black with #3BE0FF

Text Example


Text Example

White with #3BE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,255); }

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

background-color css

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

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

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

border-color css

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

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

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