Html Css Color HEX #38EEC4 Turquoise

📋 copy color: '#38EEC4'

red 56 ◦ green 238 ◦ blue 196

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

Shades of Turquoise #38EEC4

Tints of Turquoise #38EEC4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

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

R = 11.43%
G = 48.57%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#38EEC4 (or 0x38EEC4) is known color: Turquoise. HEX triplet: 38, EE and C4. RGB value is (56,238,196). Sum of RGB (Red+Green+Blue) = 56+238+196=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEC4 is #C7113B. Grayscale: #B2B2B2. Windows color (decimal): -13046076 or 12906040. OLE color: 12906040.

HSL color Cylindrical-coordinate representation of color #38EEC4: hue angle of 166.15º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEC4 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 196 -
CMYK 0.76 0 0.18 0.07
HSL 166.15º 0.84% 0.58% -
HSV(B) 166.15º 0.76% 0.93% -
XYZ 42.17 65.98 62.74 -
YUV 178.79 137.7 40.42 -
System Red Green Blue C M Y K H S L
Decimal 56 238 196 0.76 0 0.18 0.07 166.15 0.84 0.58
Hex 38 EE C4 4C 0 12 7 A6 54 3A
Octal 70 356 304 114 0 22 7 246 124 72
Binary 111000 11101110 11000100 1001100 0 10010 111 10100110 1010100 111010

Color Harmonies of #38EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEC4

Black with #38EEC4

Text Example


Text Example

White with #38EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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