Html Css Color HEX #38F6C3 Turquoise

📋 copy color: '#38F6C3'

red 56 ◦ green 246 ◦ blue 195

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

Shades of Turquoise #38F6C3

Tints of Turquoise #38F6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 11.27%
G = 49.5%
B = 39.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#38F6C3 (or 0x38F6C3) is known color: Turquoise. HEX triplet: 38, F6 and C3. RGB value is (56,246,195). Sum of RGB (Red+Green+Blue) = 56+246+195=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6C3 is #C7093C. Grayscale: #B7B7B7. Windows color (decimal): -13044029 or 12842552. OLE color: 12842552.

HSL color Cylindrical-coordinate representation of color #38F6C3: hue angle of 163.89º 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 #38F6C3 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 195 -
CMYK 0.77 0 0.21 0.04
HSL 163.89º 0.91% 0.59% -
HSV(B) 163.89º 0.77% 0.96% -
XYZ 44.44 70.69 62.93 -
YUV 183.38 134.55 37.15 -
System Red Green Blue C M Y K H S L
Decimal 56 246 195 0.77 0 0.21 0.04 163.89 0.91 0.59
Hex 38 F6 C3 4D 0 15 4 A4 5B 3B
Octal 70 366 303 115 0 25 4 244 133 73
Binary 111000 11110110 11000011 1001101 0 10101 100 10100100 1011011 111011

Color Harmonies of #38F6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F6C3

Black with #38F6C3

Text Example


Text Example

White with #38F6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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