Html Css Color HEX #38CFC0 Medium Turquoise

📋 copy color: '#38CFC0'

red 56 ◦ green 207 ◦ blue 192

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

Shades of Medium Turquoise #38CFC0

Tints of Medium Turquoise #38CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 12.31%
G = 45.49%
B = 42.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#38CFC0 (or 0x38CFC0) is known color: Medium Turquoise. HEX triplet: 38, CF and C0. RGB value is (56,207,192). Sum of RGB (Red+Green+Blue) = 56+207+192=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFC0 is #C7303F. Grayscale: #A0A0A0. Windows color (decimal): -13054016 or 12635960. OLE color: 12635960.

HSL color Cylindrical-coordinate representation of color #38CFC0: hue angle of 174.04º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFC0 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 192 -
CMYK 0.73 0 0.07 0.19
HSL 174.04º 0.61% 0.52% -
HSV(B) 174.04º 0.73% 0.81% -
XYZ 33.46 49.27 57.62 -
YUV 160.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 56 207 192 0.73 0 0.07 0.19 174.04 0.61 0.52
Hex 38 CF C0 49 0 7 13 AE 3D 34
Octal 70 317 300 111 0 7 23 256 75 64
Binary 111000 11001111 11000000 1001001 0 111 10011 10101110 111101 110100

Color Harmonies of #38CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFC0

Black with #38CFC0

Text Example


Text Example

White with #38CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,192); }

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

background-color css

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

 a { background-color: rgb(56,207,192); }

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

border-color css

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

 span { border-color: rgb(56,207,192); }

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