Html Css Color HEX #38C3D2 Medium Turquoise

📋 copy color: '#38C3D2'

red 56 ◦ green 195 ◦ blue 210

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

Shades of Medium Turquoise #38C3D2

Tints of Medium Turquoise #38C3D2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 12.15%
G = 42.3%
B = 45.55%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#38C3D2 (or 0x38C3D2) is known color: Medium Turquoise. HEX triplet: 38, C3 and D2. RGB value is (56,195,210). Sum of RGB (Red+Green+Blue) = 56+195+210=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #38C3D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C3D2 is #C73C2D. Grayscale: #9A9A9A. Windows color (decimal): -13057070 or 13812536. OLE color: 13812536.

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

Color convert

RGB 56 195 210 -
CMYK 0.73 0.07 0 0.18
HSL 185.84º 0.63% 0.52% -
HSV(B) 185.84º 0.73% 0.82% -
XYZ 32.78 44.52 67.84 -
YUV 155.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 56 195 210 0.73 0.07 0 0.18 185.84 0.63 0.52
Hex 38 C3 D2 49 7 0 12 BA 3F 34
Octal 70 303 322 111 7 0 22 272 77 64
Binary 111000 11000011 11010010 1001001 111 0 10010 10111010 111111 110100

Color Harmonies of #38C3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C3D2

Black with #38C3D2

Text Example


Text Example

White with #38C3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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