Html Css Color HEX #38F1B9 Turquoise

📋 copy color: '#38F1B9'

red 56 ◦ green 241 ◦ blue 185

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

Shades of Turquoise #38F1B9

Tints of Turquoise #38F1B9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

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

R = 11.62%
G = 50%
B = 38.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#38F1B9 (or 0x38F1B9) is known color: Turquoise. HEX triplet: 38, F1 and B9. RGB value is (56,241,185). Sum of RGB (Red+Green+Blue) = 56+241+185=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #38F1B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F1B9 is #C70E46. Grayscale: #B3B3B3. Windows color (decimal): -13045319 or 12185912. OLE color: 12185912.

HSL color Cylindrical-coordinate representation of color #38F1B9: hue angle of 161.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F1B9 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 185 -
CMYK 0.77 0 0.23 0.05
HSL 161.84º 0.87% 0.58% -
HSV(B) 161.84º 0.77% 0.95% -
XYZ 41.84 67.25 56.67 -
YUV 179.3 131.21 40.05 -
System Red Green Blue C M Y K H S L
Decimal 56 241 185 0.77 0 0.23 0.05 161.84 0.87 0.58
Hex 38 F1 B9 4D 0 17 5 A2 57 3A
Octal 70 361 271 115 0 27 5 242 127 72
Binary 111000 11110001 10111001 1001101 0 10111 101 10100010 1010111 111010

Color Harmonies of #38F1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F1B9

Black with #38F1B9

Text Example


Text Example

White with #38F1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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