Html Css Color HEX #38F6B9 Turquoise

📋 copy color: '#38F6B9'

red 56 ◦ green 246 ◦ blue 185

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

Shades of Turquoise #38F6B9

Tints of Turquoise #38F6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.51%

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 11.5%
G = 50.51%
B = 37.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#38F6B9 (or 0x38F6B9) is known color: Turquoise. HEX triplet: 38, F6 and B9. RGB value is (56,246,185). Sum of RGB (Red+Green+Blue) = 56+246+185=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6B9 is #C70946. Grayscale: #B6B6B6. Windows color (decimal): -13044039 or 12187192. OLE color: 12187192.

HSL color Cylindrical-coordinate representation of color #38F6B9: hue angle of 160.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6B9 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 185 -
CMYK 0.77 0 0.25 0.04
HSL 160.74º 0.91% 0.59% -
HSV(B) 160.74º 0.77% 0.96% -
XYZ 43.34 70.26 57.18 -
YUV 182.24 129.55 37.96 -
System Red Green Blue C M Y K H S L
Decimal 56 246 185 0.77 0 0.25 0.04 160.74 0.91 0.59
Hex 38 F6 B9 4D 0 19 4 A1 5B 3B
Octal 70 366 271 115 0 31 4 241 133 73
Binary 111000 11110110 10111001 1001101 0 11001 100 10100001 1011011 111011

Color Harmonies of #38F6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F6B9

Black with #38F6B9

Text Example


Text Example

White with #38F6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,246,185); }

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

background-color css

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

 a { background-color: rgb(56,246,185); }

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

border-color css

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

 span { border-color: rgb(56,246,185); }

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