Html Css Color HEX #38CDC3 Medium Turquoise

📋 copy color: '#38CDC3'

red 56 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #38CDC3

Tints of Medium Turquoise #38CDC3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

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

R = 12.28%
G = 44.96%
B = 42.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#38CDC3 (or 0x38CDC3) is known color: Medium Turquoise. HEX triplet: 38, CD and C3. RGB value is (56,205,195). Sum of RGB (Red+Green+Blue) = 56+205+195=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDC3 is #C7323C. Grayscale: #9F9F9F. Windows color (decimal): -13054525 or 12832056. OLE color: 12832056.

HSL color Cylindrical-coordinate representation of color #38CDC3: hue angle of 175.97º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDC3 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 195 -
CMYK 0.73 0 0.05 0.20
HSL 175.97º 0.6% 0.51% -
HSV(B) 175.97º 0.73% 0.8% -
XYZ 33.31 48.44 59.22 -
YUV 159.31 148.14 54.31 -
System Red Green Blue C M Y K H S L
Decimal 56 205 195 0.73 0 0.05 0.20 175.97 0.6 0.51
Hex 38 CD C3 49 0 5 14 B0 3C 33
Octal 70 315 303 111 0 5 24 260 74 63
Binary 111000 11001101 11000011 1001001 0 101 10100 10110000 111100 110011

Color Harmonies of #38CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDC3

Black with #38CDC3

Text Example


Text Example

White with #38CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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