Html Css Color HEX #38FFAF Turquoise

📋 copy color: '#38FFAF'

red 56 ◦ green 255 ◦ blue 175

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

Shades of Turquoise #38FFAF

Tints of Turquoise #38FFAF

RGB

 RED value IS 56 (22.27% from 255) = 11.52%

 GREEN value IS 255 (100% from 255) = 52.47%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 11.52%
G = 52.47%
B = 36.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#38FFAF (or 0x38FFAF) is known color: Turquoise. HEX triplet: 38, FF and AF. RGB value is (56,255,175). Sum of RGB (Red+Green+Blue) = 56+255+175=486 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.52% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FFAF is #C70050. Grayscale: #BABABA. Windows color (decimal): -13041745 or 11534136. OLE color: 11534136.

HSL color Cylindrical-coordinate representation of color #38FFAF: hue angle of 155.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFAF is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 56 255 175 -
CMYK 0.78 0 0.31 0
HSL 155.88º 1% 0.61% -
HSV(B) 155.88º 0.78% 1% -
XYZ 45.13 75.46 52.74 -
YUV 186.38 121.57 35 -
System Red Green Blue C M Y K H S L
Decimal 56 255 175 0.78 0 0.31 0 155.88 1 0.61
Hex 38 FF AF 4E 0 1F 0 9C 64 3D
Octal 70 377 257 116 0 37 0 234 144 75
Binary 111000 11111111 10101111 1001110 0 11111 0 10011100 1100100 111101

Color Harmonies of #38FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FFAF

Black with #38FFAF

Text Example


Text Example

White with #38FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FFAF; }

 p { color: rgb(56,255,175); }

 H1.HeaderClassName
 {
   color: #38FFAF;
 }
 .AnyTagClassName
 {
   color: #38FFAF;
 }
</style>

background-color css

<style>
 a { background-color: #38FFAF; }

 a { background-color: rgb(56,255,175); }

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

border-color css

<style>
 span { border-color: #38FFAF; }

 span { border-color: rgb(56,255,175); }

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