Html Css Color HEX #38F2C4 Turquoise

📋 copy color: '#38F2C4'

red 56 ◦ green 242 ◦ blue 196

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

Shades of Turquoise #38F2C4

Tints of Turquoise #38F2C4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 11.34%
G = 48.99%
B = 39.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#38F2C4 (or 0x38F2C4) is known color: Turquoise. HEX triplet: 38, F2 and C4. RGB value is (56,242,196). Sum of RGB (Red+Green+Blue) = 56+242+196=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2C4 is #C70D3B. Grayscale: #B5B5B5. Windows color (decimal): -13045052 or 12907064. OLE color: 12907064.

HSL color Cylindrical-coordinate representation of color #38F2C4: hue angle of 165.16º degrees, saturation: 0.88, 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 #38F2C4 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 196 -
CMYK 0.77 0 0.19 0.05
HSL 165.16º 0.88% 0.58% -
HSV(B) 165.16º 0.77% 0.95% -
XYZ 43.35 68.33 63.13 -
YUV 181.14 136.38 38.74 -
System Red Green Blue C M Y K H S L
Decimal 56 242 196 0.77 0 0.19 0.05 165.16 0.88 0.58
Hex 38 F2 C4 4D 0 13 5 A5 58 3A
Octal 70 362 304 115 0 23 5 245 130 72
Binary 111000 11110010 11000100 1001101 0 10011 101 10100101 1011000 111010

Color Harmonies of #38F2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2C4

Black with #38F2C4

Text Example


Text Example

White with #38F2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,242,196); }

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

background-color css

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

 a { background-color: rgb(56,242,196); }

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

border-color css

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

 span { border-color: rgb(56,242,196); }

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