Html Css Color HEX #38CDC2 Medium Turquoise

📋 copy color: '#38CDC2'

red 56 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #38CDC2

Tints of Medium Turquoise #38CDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 12.31%
G = 45.05%
B = 42.64%

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

#38CDC2 (or 0x38CDC2) is known color: Medium Turquoise. HEX triplet: 38, CD and C2. RGB value is (56,205,194). Sum of RGB (Red+Green+Blue) = 56+205+194=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDC2 is #C7323D. Grayscale: #9F9F9F. Windows color (decimal): -13054526 or 12766520. OLE color: 12766520.

HSL color Cylindrical-coordinate representation of color #38CDC2: hue angle of 175.57º 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 #38CDC2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 194 -
CMYK 0.73 0 0.05 0.20
HSL 175.57º 0.6% 0.51% -
HSV(B) 175.57º 0.73% 0.8% -
XYZ 33.2 48.4 58.63 -
YUV 159.2 147.64 54.39 -
System Red Green Blue C M Y K H S L
Decimal 56 205 194 0.73 0 0.05 0.20 175.57 0.6 0.51
Hex 38 CD C2 49 0 5 14 B0 3C 33
Octal 70 315 302 111 0 5 24 260 74 63
Binary 111000 11001101 11000010 1001001 0 101 10100 10110000 111100 110011

Color Harmonies of #38CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDC2

Black with #38CDC2

Text Example


Text Example

White with #38CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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