Html Css Color HEX #3BEFFD Turquoise

📋 copy color: '#3BEFFD'

red 59 ◦ green 239 ◦ blue 253

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

Shades of Turquoise #3BEFFD

Tints of Turquoise #3BEFFD

RGB

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

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

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

R = 10.71%
G = 43.38%
B = 45.92%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BEFFD (or 0x3BEFFD) is known color: Turquoise. HEX triplet: 3B, EF and FD. RGB value is (59,239,253). Sum of RGB (Red+Green+Blue) = 59+239+253=551 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.71% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFFD is #C41002. Grayscale: #BABABA. Windows color (decimal): -12849155 or 16641851. OLE color: 16641851.

HSL color Cylindrical-coordinate representation of color #3BEFFD: hue angle of 184.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEFFD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 239 253 -
CMYK 0.77 0.06 0 0.01
HSL 184.33º 0.98% 0.61% -
HSV(B) 184.33º 0.77% 0.99% -
XYZ 50.4 69.75 103.74 -
YUV 186.78 165.37 36.86 -
System Red Green Blue C M Y K H S L
Decimal 59 239 253 0.77 0.06 0 0.01 184.33 0.98 0.61
Hex 3B EF FD 4D 6 0 1 B8 62 3D
Octal 73 357 375 115 6 0 1 270 142 75
Binary 111011 11101111 11111101 1001101 110 0 1 10111000 1100010 111101

Color Harmonies of #3BEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFFD

Black with #3BEFFD

Text Example


Text Example

White with #3BEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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