Html Css Color HEX #38F8C6 Turquoise

📋 copy color: '#38F8C6'

red 56 ◦ green 248 ◦ blue 198

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

Shades of Turquoise #38F8C6

Tints of Turquoise #38F8C6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.4%

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 11.16%
G = 49.4%
B = 39.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#38F8C6 (or 0x38F8C6) is known color: Turquoise. HEX triplet: 38, F8 and C6. RGB value is (56,248,198). Sum of RGB (Red+Green+Blue) = 56+248+198=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8C6 is #C70739. Grayscale: #B8B8B8. Windows color (decimal): -13043514 or 13039672. OLE color: 13039672.

HSL color Cylindrical-coordinate representation of color #38F8C6: hue angle of 164.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8C6 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 198 -
CMYK 0.77 0 0.20 0.03
HSL 164.38º 0.93% 0.6% -
HSV(B) 164.38º 0.77% 0.97% -
XYZ 45.39 72.05 64.94 -
YUV 184.89 135.39 36.07 -
System Red Green Blue C M Y K H S L
Decimal 56 248 198 0.77 0 0.20 0.03 164.38 0.93 0.6
Hex 38 F8 C6 4D 0 14 3 A4 5D 3C
Octal 70 370 306 115 0 24 3 244 135 74
Binary 111000 11111000 11000110 1001101 0 10100 11 10100100 1011101 111100

Color Harmonies of #38F8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F8C6

Black with #38F8C6

Text Example


Text Example

White with #38F8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,198); }

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

background-color css

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

 a { background-color: rgb(56,248,198); }

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

border-color css

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

 span { border-color: rgb(56,248,198); }

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