Html Css Color HEX #3AFBEE Turquoise

📋 copy color: '#3AFBEE'

red 58 ◦ green 251 ◦ blue 238

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

Shades of Turquoise #3AFBEE

Tints of Turquoise #3AFBEE

RGB

 RED value IS 58 (23.05% from 255) = 10.6%

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

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

R = 10.6%
G = 45.89%
B = 43.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3AFBEE (or 0x3AFBEE) is known color: Turquoise. HEX triplet: 3A, FB and EE. RGB value is (58,251,238). Sum of RGB (Red+Green+Blue) = 58+251+238=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFBEE is #C50411. Grayscale: #BFBFBF. Windows color (decimal): -12911634 or 15661882. OLE color: 15661882.

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

Color convert

RGB 58 251 238 -
CMYK 0.77 0 0.05 0.02
HSL 175.96º 0.96% 0.61% -
HSV(B) 175.96º 0.77% 0.98% -
XYZ 51.67 76.07 92.85 -
YUV 191.81 154.06 32.56 -
System Red Green Blue C M Y K H S L
Decimal 58 251 238 0.77 0 0.05 0.02 175.96 0.96 0.61
Hex 3A FB EE 4D 0 5 2 B0 60 3D
Octal 72 373 356 115 0 5 2 260 140 75
Binary 111010 11111011 11101110 1001101 0 101 10 10110000 1100000 111101

Color Harmonies of #3AFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBEE

Black with #3AFBEE

Text Example


Text Example

White with #3AFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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